What is the HEX code for dark indigo?
The CSS color dark indigo in HEX format is #1f0954. Use this value directly in CSS, SVG, and most design tools.
How do I use dark indigo in CSS?
To apply dark indigo in CSS:
- Text color: color: #1f0954;
- Background: background-color: #1f0954;
- Border: border-color: #1f0954;
What are all the color format values for dark indigo?
| Format | Value |
|---|---|
| HEX | #1f0954 |
| RGB | rgb(31, 9, 84) |
| HSL | hsl(257.6, 80.6%, 18.2%) |
| CMYK | cmyk(63.1%, 89.3%, 0%, 67.1%) |
How do I convert dark indigo to HEX?
Select dark indigo from the color name list in our color converter. The HEX value — #1f0954 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark indigo belong to?
dark indigo belongs to the blue color family. It is a dark, vivid color with HSL values: hue 257.6°, saturation 80.6%, lightness 18.2%.
How do I create lighter and darker shades of dark indigo?
Lighter variant (lightness 33.2%): #381099. Darker variant (lightness 5%): #090217. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.