#1D0733
A very dark, vivid purple closely aligning with Midnightblue.
About #1D0733
The precise color #1D0733 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Midnightblue. In the RGB color space, it consists of 29 red, 7 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 43% C, 86% M, 0% Y, and 80% K. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D0733
RGB29, 7, 51
HSL270.0°, 75.9%, 11.4%
CMYK43%, 86%, 0%, 80%
HSV270.0°, 86.3%, 20.0%
LAB5.9, 21.4, -23.9
XYZ1.2, 0.7, 3.2
Decimal1902387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.58:1
Text on #FFFFFF
AAA
1.13:1
Text on #000000
FAIL
17.76:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0733;
}
.text-color {
color: #1D0733;
}
.border-color {
border: 2px solid #1D0733;
}