Shades of Jagger #3E214B
Tints of Jagger #3E214B
RGB
CMYK
RGB Variations
Color information
#3E214B (or 0x3E214B) is known color: Jagger. HEX triplet: 3E, 21 and 4B. RGB value is (62,33,75). Sum of RGB (Red+Green+Blue) = 62+33+75=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E214B is #C1DEB4. Grayscale: #2E2E2E. Windows color (decimal): -12705461 or 4923710. OLE color: 4923710.
HSL color Cylindrical-coordinate representation of color #3E214B: hue angle of 281.43º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E214B is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 33 | 75 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.71 |
| HSL | 281.43º | 0.39% | 0.21% | - |
| HSV(B) | 281.43º | 0.56% | 0.29% | - |
| XYZ | 3.8 | 2.62 | 6.96 | - |
| YUV | 46.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 75 | 0.17 | 0.56 | 0 | 0.71 | 281.43 | 0.39 | 0.21 |
| Hex | 3E | 21 | 4B | 11 | 38 | 0 | 47 | 119 | 27 | 15 |
| Octal | 76 | 41 | 113 | 21 | 70 | 0 | 107 | 431 | 47 | 25 |
| Binary | 111110 | 100001 | 1001011 | 10001 | 111000 | 0 | 1000111 | 100011001 | 100111 | 10101 |
Color Harmonies of #3E214B
Complementary color
Monochromatic Colors of #3E214B
Black with #3E214B
Text Example
Text Example
White with #3E214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E214B; }
p { color: rgb(62,33,75); }
H1.HeaderClassName
{
color: #3E214B;
}
.AnyTagClassName
{
color: #3E214B;
}
</style>
background-color css
<style>
a { background-color: #3E214B; }
a { background-color: rgb(62,33,75); }
div.DivClassName
{
background-color: #3E214B;
}
.BgClassName
{
background-color: #3E214B;
}
</style>
border-color css
<style>
span { border-color: #3E214B; }
span { border-color: rgb(62,33,75); }
td.TdClassName
{
border-color: #3E214B;
}
.TagClassName
{
border-color: #3E214B;
}
</style>