Shades of Jagger #3E1751
Tints of Jagger #3E1751
RGB
CMYK
RGB Variations
Color information
#3E1751 (or 0x3E1751) is known color: Jagger. HEX triplet: 3E, 17 and 51. RGB value is (62,23,81). Sum of RGB (Red+Green+Blue) = 62+23+81=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E1751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1751 is #C1E8AE. Grayscale: #292929. Windows color (decimal): -12708015 or 5314366. OLE color: 5314366.
HSL color Cylindrical-coordinate representation of color #3E1751: hue angle of 280.34º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E1751 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 23 | 81 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.68 |
| HSL | 280.34º | 0.56% | 0.2% | - |
| HSV(B) | 280.34º | 0.72% | 0.32% | - |
| XYZ | 3.78 | 2.23 | 8.02 | - |
| YUV | 41.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 81 | 0.23 | 0.72 | 0 | 0.68 | 280.34 | 0.56 | 0.2 |
| Hex | 3E | 17 | 51 | 17 | 48 | 0 | 44 | 118 | 38 | 14 |
| Octal | 76 | 27 | 121 | 27 | 110 | 0 | 104 | 430 | 70 | 24 |
| Binary | 111110 | 10111 | 1010001 | 10111 | 1001000 | 0 | 1000100 | 100011000 | 111000 | 10100 |
Color Harmonies of #3E1751
Complementary color
Monochromatic Colors of #3E1751
Black with #3E1751
Text Example
Text Example
White with #3E1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1751; }
p { color: rgb(62,23,81); }
H1.HeaderClassName
{
color: #3E1751;
}
.AnyTagClassName
{
color: #3E1751;
}
</style>
background-color css
<style>
a { background-color: #3E1751; }
a { background-color: rgb(62,23,81); }
div.DivClassName
{
background-color: #3E1751;
}
.BgClassName
{
background-color: #3E1751;
}
</style>
border-color css
<style>
span { border-color: #3E1751; }
span { border-color: rgb(62,23,81); }
td.TdClassName
{
border-color: #3E1751;
}
.TagClassName
{
border-color: #3E1751;
}
</style>