What is the CMYK code for dark indigo?
The CSS color dark indigo in CMYK format is cmyk(63.1%, 89.3%, 0%, 67.1%). 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: cmyk(63.1%, 89.3%, 0%, 67.1%);
- Background: background-color: cmyk(63.1%, 89.3%, 0%, 67.1%);
- Border: border-color: cmyk(63.1%, 89.3%, 0%, 67.1%);
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 CMYK?
Select dark indigo from the color name list in our color converter. The CMYK value — cmyk(63.1%, 89.3%, 0%, 67.1%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.