HSL(261, 99%, 35%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,99%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 99%, 35%) | color: hsl(261, 99%, 35%) | |
| HEX | #3F01B2 | color: #3F01B2 | |
| RGB | rgb(63, 1, 178) | color: rgb(63, 1, 178) | |
| CMYK | cmyk(65%, 99%, 0%, 30%) | — | |
| HSV | hsv(261, 99%, 70%) | — | |
| HWB | hwb(261 1% 30%) | color: hwb(261 1% 30%) | |
| OKLCH | oklch(0.3795 0.2246 282.71) | color: oklch(0.3795 0.2246 282.71) | |
| Lab | lab(24.61 61.72 -76.03) | color: lab(24.61 61.72 -76.03) | |
| LCH | lch(24.61 97.93 309.07) | color: lch(24.61 97.93 309.07) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#242487 — rgb(36, 36, 135)
Deuteranopia (Green-blind)
#282C7D — rgb(40, 44, 125)
Tritanopia (Blue-blind)
#3C655E — rgb(60, 101, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 99%, 35%);
text
color: hsl(261, 99%, 35%);
border
border: 2px solid hsl(261, 99%, 35%);
gradient light
background: linear-gradient(to right, hsl(261, 99%, 55%), hsl(261, 99%, 35%));
gradient dark
background: linear-gradient(to right, hsl(261, 99%, 35%), hsl(261, 99%, 15%))
hex
background-color: #3F01B2;
tailwind
bg-[hsl(261,99%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 99%, 35%, 0.4);
css variable
--color-primary: hsl(261, 99%, 35%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 99%, 35%)?
HEX: #3F01B2 | RGB: rgb(63, 1, 178) | CMYK: 65%, 99%, 0%, 30% | HSV: 261°, 99%, 70%. Copy any format from the conversion table above.
What colors go well with #3F01B2?
The complementary color is HSL(81, 99%, 35%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 99%, 35%) in CSS?
As HSL: color: hsl(261, 99%, 35%); — As HEX: color: #3F01B2; — As RGB: color: rgb(63, 1, 178); — Tailwind CSS: bg-[hsl(261,99%,35%)] — CSS variable: --color-primary: hsl(261, 99%, 35%);