Shades of Jagger #3E2C51
Tints of Jagger #3E2C51
RGB
CMYK
RGB Variations
Color information
#3E2C51 (or 0x3E2C51) is known color: Jagger. HEX triplet: 3E, 2C and 51. RGB value is (62,44,81). Sum of RGB (Red+Green+Blue) = 62+44+81=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E2C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C51 is #C1D3AE. Grayscale: #353535. Windows color (decimal): -12702639 or 5319742. OLE color: 5319742.
HSL color Cylindrical-coordinate representation of color #3E2C51: hue angle of 269.19º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E2C51 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 44 | 81 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.68 |
| HSL | 269.19º | 0.3% | 0.25% | - |
| HSV(B) | 269.19º | 0.46% | 0.32% | - |
| XYZ | 4.37 | 3.42 | 8.21 | - |
| YUV | 53.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 81 | 0.23 | 0.46 | 0 | 0.68 | 269.19 | 0.3 | 0.25 |
| Hex | 3E | 2C | 51 | 17 | 2E | 0 | 44 | 10D | 1E | 19 |
| Octal | 76 | 54 | 121 | 27 | 56 | 0 | 104 | 415 | 36 | 31 |
| Binary | 111110 | 101100 | 1010001 | 10111 | 101110 | 0 | 1000100 | 100001101 | 11110 | 11001 |
Color Harmonies of #3E2C51
Complementary color
Monochromatic Colors of #3E2C51
Black with #3E2C51
Text Example
Text Example
White with #3E2C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C51; }
p { color: rgb(62,44,81); }
H1.HeaderClassName
{
color: #3E2C51;
}
.AnyTagClassName
{
color: #3E2C51;
}
</style>
background-color css
<style>
a { background-color: #3E2C51; }
a { background-color: rgb(62,44,81); }
div.DivClassName
{
background-color: #3E2C51;
}
.BgClassName
{
background-color: #3E2C51;
}
</style>
border-color css
<style>
span { border-color: #3E2C51; }
span { border-color: rgb(62,44,81); }
td.TdClassName
{
border-color: #3E2C51;
}
.TagClassName
{
border-color: #3E2C51;
}
</style>