#3A2C99
A dark, moderate blue closely aligning with Rebeccapurple.
About #3A2C99
Visually, #3A2C99 is defined as a moderate blue. Designers often compare it to the standard color Rebeccapurple. This translates to an RGB value of rgb(58, 44, 153).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 62% C, 71% M, 0% Y, and 40% K. With a hue angle of 247.7 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A2C99
RGB58, 44, 153
HSL247.7°, 55.3%, 38.6%
CMYK62%, 71%, 0%, 40%
HSV247.7°, 71.2%, 60.0%
LAB26.7, 38.5, -57.4
XYZ8.4, 5.0, 30.7
Decimal3812505
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.50:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.03:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2C99;
}
.text-color {
color: #3A2C99;
}
.border-color {
border: 2px solid #3A2C99;
}