#1D0750
A very dark, vivid purple closely aligning with Midnightblue.
About #1D0750
At its core, #1D0750 is a very dark and vivid hue. It is closely associated with the named CSS color Midnightblue. This translates to an RGB value of rgb(29, 7, 80).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 64% cyan and 91% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D0750
RGB29, 7, 80
HSL258.1°, 83.9%, 17.1%
CMYK64%, 91%, 0%, 69%
HSV258.1°, 91.2%, 31.4%
LAB8.9, 31.3, -39.6
XYZ2.0, 1.0, 7.7
Decimal1902416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.52:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.75:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0750;
}
.text-color {
color: #1D0750;
}
.border-color {
border: 2px solid #1D0750;
}