Shades of Jagger #3E1655
Tints of Jagger #3E1655
RGB
CMYK
RGB Variations
Color information
#3E1655 (or 0x3E1655) is known color: Jagger. HEX triplet: 3E, 16 and 55. RGB value is (62,22,85). Sum of RGB (Red+Green+Blue) = 62+22+85=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E1655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1655 is #C1E9AA. Grayscale: #282828. Windows color (decimal): -12708267 or 5576254. OLE color: 5576254.
HSL color Cylindrical-coordinate representation of color #3E1655: hue angle of 278.1º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1655 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 22 | 85 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.67 |
| HSL | 278.1º | 0.59% | 0.21% | - |
| HSV(B) | 278.1º | 0.74% | 0.33% | - |
| XYZ | 3.91 | 2.25 | 8.82 | - |
| YUV | 41.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 85 | 0.27 | 0.74 | 0 | 0.67 | 278.1 | 0.59 | 0.21 |
| Hex | 3E | 16 | 55 | 1B | 4A | 0 | 43 | 116 | 3B | 15 |
| Octal | 76 | 26 | 125 | 33 | 112 | 0 | 103 | 426 | 73 | 25 |
| Binary | 111110 | 10110 | 1010101 | 11011 | 1001010 | 0 | 1000011 | 100010110 | 111011 | 10101 |
Color Harmonies of #3E1655
Complementary color
Monochromatic Colors of #3E1655
Black with #3E1655
Text Example
Text Example
White with #3E1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1655; }
p { color: rgb(62,22,85); }
H1.HeaderClassName
{
color: #3E1655;
}
.AnyTagClassName
{
color: #3E1655;
}
</style>
background-color css
<style>
a { background-color: #3E1655; }
a { background-color: rgb(62,22,85); }
div.DivClassName
{
background-color: #3E1655;
}
.BgClassName
{
background-color: #3E1655;
}
</style>
border-color css
<style>
span { border-color: #3E1655; }
span { border-color: rgb(62,22,85); }
td.TdClassName
{
border-color: #3E1655;
}
.TagClassName
{
border-color: #3E1655;
}
</style>