Shades of Jagger #3E1C56
Tints of Jagger #3E1C56
RGB
CMYK
RGB Variations
Color information
#3E1C56 (or 0x3E1C56) is known color: Jagger. HEX triplet: 3E, 1C and 56. RGB value is (62,28,86). Sum of RGB (Red+Green+Blue) = 62+28+86=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E1C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1C56 is #C1E3A9. Grayscale: #2C2C2C. Windows color (decimal): -12706730 or 5643326. OLE color: 5643326.
HSL color Cylindrical-coordinate representation of color #3E1C56: hue angle of 275.17º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E1C56 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 28 | 86 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.66 |
| HSL | 275.17º | 0.51% | 0.22% | - |
| HSV(B) | 275.17º | 0.67% | 0.34% | - |
| XYZ | 4.08 | 2.53 | 9.08 | - |
| YUV | 44.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 86 | 0.28 | 0.67 | 0 | 0.66 | 275.17 | 0.51 | 0.22 |
| Hex | 3E | 1C | 56 | 1C | 43 | 0 | 42 | 113 | 33 | 16 |
| Octal | 76 | 34 | 126 | 34 | 103 | 0 | 102 | 423 | 63 | 26 |
| Binary | 111110 | 11100 | 1010110 | 11100 | 1000011 | 0 | 1000010 | 100010011 | 110011 | 10110 |
Color Harmonies of #3E1C56
Complementary color
Monochromatic Colors of #3E1C56
Black with #3E1C56
Text Example
Text Example
White with #3E1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1C56; }
p { color: rgb(62,28,86); }
H1.HeaderClassName
{
color: #3E1C56;
}
.AnyTagClassName
{
color: #3E1C56;
}
</style>
background-color css
<style>
a { background-color: #3E1C56; }
a { background-color: rgb(62,28,86); }
div.DivClassName
{
background-color: #3E1C56;
}
.BgClassName
{
background-color: #3E1C56;
}
</style>
border-color css
<style>
span { border-color: #3E1C56; }
span { border-color: rgb(62,28,86); }
td.TdClassName
{
border-color: #3E1C56;
}
.TagClassName
{
border-color: #3E1C56;
}
</style>