#3A3399
A medium, moderate blue closely aligning with Rebeccapurple.
About #3A3399
At its core, #3A3399 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 51, and 153.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 62% cyan, 67% magenta, 0% yellow, and 40% black. The HSL representation is 244.1° hue, 50.0% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A3399
RGB58, 51, 153
HSL244.1°, 50.0%, 40.0%
CMYK62%, 67%, 0%, 40%
HSV244.1°, 66.7%, 60.0%
LAB28.3, 34.2, -54.9
XYZ8.7, 5.6, 30.8
Decimal3814297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.94:1
Text on #FFFFFF
AAA
2.11:1
Text on #000000
FAIL
9.50:1
Text on #F8FAFC
AAA
1.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3399;
}
.text-color {
color: #3A3399;
}
.border-color {
border: 2px solid #3A3399;
}