#1D072C
A very dark, vivid purple closely aligning with Black.
About #1D072C
At its core, #1D072C is a very dark and vivid hue. Its closest recognized web color is Black. In the RGB color space, it consists of 29 red, 7 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 34% Cyan, 84% Magenta, 0% Yellow, and 83% Black. With a hue angle of 275.7 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D072C
RGB29, 7, 44
HSL275.7°, 72.5%, 10.0%
CMYK34%, 84%, 0%, 83%
HSV275.7°, 84.1%, 17.3%
LAB5.4, 18.8, -19.6
XYZ1.0, 0.6, 2.4
Decimal1902380
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.77:1
Text on #FFFFFF
AAA
1.12:1
Text on #000000
FAIL
17.94:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D072C;
}
.text-color {
color: #1D072C;
}
.border-color {
border: 2px solid #1D072C;
}