Shades of Jagger #3E214C
Tints of Jagger #3E214C
RGB
CMYK
RGB Variations
Color information
#3E214C (or 0x3E214C) is known color: Jagger. HEX triplet: 3E, 21 and 4C. RGB value is (62,33,76). Sum of RGB (Red+Green+Blue) = 62+33+76=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E214C is #C1DEB3. Grayscale: #2E2E2E. Windows color (decimal): -12705460 or 4989246. OLE color: 4989246.
HSL color Cylindrical-coordinate representation of color #3E214C: hue angle of 280.47º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E214C is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 33 | 76 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.70 |
| HSL | 280.47º | 0.39% | 0.21% | - |
| HSV(B) | 280.47º | 0.57% | 0.3% | - |
| XYZ | 3.83 | 2.63 | 7.14 | - |
| YUV | 46.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 76 | 0.18 | 0.57 | 0 | 0.70 | 280.47 | 0.39 | 0.21 |
| Hex | 3E | 21 | 4C | 12 | 39 | 0 | 46 | 118 | 27 | 15 |
| Octal | 76 | 41 | 114 | 22 | 71 | 0 | 106 | 430 | 47 | 25 |
| Binary | 111110 | 100001 | 1001100 | 10010 | 111001 | 0 | 1000110 | 100011000 | 100111 | 10101 |
Color Harmonies of #3E214C
Complementary color
Monochromatic Colors of #3E214C
Black with #3E214C
Text Example
Text Example
White with #3E214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E214C; }
p { color: rgb(62,33,76); }
H1.HeaderClassName
{
color: #3E214C;
}
.AnyTagClassName
{
color: #3E214C;
}
</style>
background-color css
<style>
a { background-color: #3E214C; }
a { background-color: rgb(62,33,76); }
div.DivClassName
{
background-color: #3E214C;
}
.BgClassName
{
background-color: #3E214C;
}
</style>
border-color css
<style>
span { border-color: #3E214C; }
span { border-color: rgb(62,33,76); }
td.TdClassName
{
border-color: #3E214C;
}
.TagClassName
{
border-color: #3E214C;
}
</style>