Shades of Jagger #3E1A57
Tints of Jagger #3E1A57
RGB
CMYK
RGB Variations
Color information
#3E1A57 (or 0x3E1A57) is known color: Jagger. HEX triplet: 3E, 1A and 57. RGB value is (62,26,87). Sum of RGB (Red+Green+Blue) = 62+26+87=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E1A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1A57 is #C1E5A8. Grayscale: #2B2B2B. Windows color (decimal): -12707241 or 5708350. OLE color: 5708350.
HSL color Cylindrical-coordinate representation of color #3E1A57: hue angle of 275.41º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E1A57 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 26 | 87 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.66 |
| HSL | 275.41º | 0.54% | 0.22% | - |
| HSV(B) | 275.41º | 0.7% | 0.34% | - |
| XYZ | 4.08 | 2.45 | 9.28 | - |
| YUV | 43.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 87 | 0.29 | 0.70 | 0 | 0.66 | 275.41 | 0.54 | 0.22 |
| Hex | 3E | 1A | 57 | 1D | 46 | 0 | 42 | 113 | 36 | 16 |
| Octal | 76 | 32 | 127 | 35 | 106 | 0 | 102 | 423 | 66 | 26 |
| Binary | 111110 | 11010 | 1010111 | 11101 | 1000110 | 0 | 1000010 | 100010011 | 110110 | 10110 |
Color Harmonies of #3E1A57
Complementary color
Monochromatic Colors of #3E1A57
Black with #3E1A57
Text Example
Text Example
White with #3E1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A57; }
p { color: rgb(62,26,87); }
H1.HeaderClassName
{
color: #3E1A57;
}
.AnyTagClassName
{
color: #3E1A57;
}
</style>
background-color css
<style>
a { background-color: #3E1A57; }
a { background-color: rgb(62,26,87); }
div.DivClassName
{
background-color: #3E1A57;
}
.BgClassName
{
background-color: #3E1A57;
}
</style>
border-color css
<style>
span { border-color: #3E1A57; }
span { border-color: rgb(62,26,87); }
td.TdClassName
{
border-color: #3E1A57;
}
.TagClassName
{
border-color: #3E1A57;
}
</style>