#1D0749
A very dark, vivid purple closely aligning with Midnightblue.
About #1D0749
At its core, #1D0749 is a very dark and vivid hue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 29 parts red, 7 parts green, and 73 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 60% Cyan, 90% Magenta, 0% Yellow, and 71% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D0749
RGB29, 7, 73
HSL260.0°, 82.5%, 15.7%
CMYK60%, 90%, 0%, 71%
HSV260.0°, 90.4%, 28.6%
LAB8.1, 29.1, -36.2
XYZ1.8, 0.9, 6.4
Decimal1902409
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.81:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
17.03:1
Text on #F8FAFC
AAA
1.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0749;
}
.text-color {
color: #1D0749;
}
.border-color {
border: 2px solid #1D0749;
}