#1D075F
A dark, vivid purple closely aligning with Midnightblue.
About #1D075F
Visually, #1D075F is defined as a vivid purple. It is closely associated with the named CSS color Midnightblue. In the RGB color space, it consists of 29 red, 7 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 69% cyan and 93% magenta inks. With a hue angle of 255.0 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D075F
RGB29, 7, 95
HSL255.0°, 86.3%, 20.0%
CMYK69%, 93%, 0%, 63%
HSV255.0°, 92.6%, 37.3%
LAB10.8, 35.9, -46.7
XYZ2.6, 1.2, 10.9
Decimal1902431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.83:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.08:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D075F;
}
.text-color {
color: #1D075F;
}
.border-color {
border: 2px solid #1D075F;
}