Shades of Jagger #3E2555
Tints of Jagger #3E2555
RGB
CMYK
RGB Variations
Color information
#3E2555 (or 0x3E2555) is known color: Jagger. HEX triplet: 3E, 25 and 55. RGB value is (62,37,85). Sum of RGB (Red+Green+Blue) = 62+37+85=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E2555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2555 is #C1DAAA. Grayscale: #313131. Windows color (decimal): -12704427 or 5580094. OLE color: 5580094.
HSL color Cylindrical-coordinate representation of color #3E2555: hue angle of 271.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E2555 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 37 | 85 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.67 |
| HSL | 271.25º | 0.39% | 0.24% | - |
| HSV(B) | 271.25º | 0.56% | 0.33% | - |
| XYZ | 4.29 | 3 | 8.95 | - |
| YUV | 49.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 85 | 0.27 | 0.56 | 0 | 0.67 | 271.25 | 0.39 | 0.24 |
| Hex | 3E | 25 | 55 | 1B | 38 | 0 | 43 | 10F | 27 | 18 |
| Octal | 76 | 45 | 125 | 33 | 70 | 0 | 103 | 417 | 47 | 30 |
| Binary | 111110 | 100101 | 1010101 | 11011 | 111000 | 0 | 1000011 | 100001111 | 100111 | 11000 |
Color Harmonies of #3E2555
Complementary color
Monochromatic Colors of #3E2555
Black with #3E2555
Text Example
Text Example
White with #3E2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2555; }
p { color: rgb(62,37,85); }
H1.HeaderClassName
{
color: #3E2555;
}
.AnyTagClassName
{
color: #3E2555;
}
</style>
background-color css
<style>
a { background-color: #3E2555; }
a { background-color: rgb(62,37,85); }
div.DivClassName
{
background-color: #3E2555;
}
.BgClassName
{
background-color: #3E2555;
}
</style>
border-color css
<style>
span { border-color: #3E2555; }
span { border-color: rgb(62,37,85); }
td.TdClassName
{
border-color: #3E2555;
}
.TagClassName
{
border-color: #3E2555;
}
</style>