Shades of Jagger #3E2455
Tints of Jagger #3E2455
RGB
CMYK
RGB Variations
Color information
#3E2455 (or 0x3E2455) is known color: Jagger. HEX triplet: 3E, 24 and 55. RGB value is (62,36,85). Sum of RGB (Red+Green+Blue) = 62+36+85=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E2455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2455 is #C1DBAA. Grayscale: #313131. Windows color (decimal): -12704683 or 5579838. OLE color: 5579838.
HSL color Cylindrical-coordinate representation of color #3E2455: hue angle of 271.84º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E2455 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 36 | 85 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.67 |
| HSL | 271.84º | 0.4% | 0.24% | - |
| HSV(B) | 271.84º | 0.58% | 0.33% | - |
| XYZ | 4.26 | 2.94 | 8.94 | - |
| YUV | 49.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 85 | 0.27 | 0.58 | 0 | 0.67 | 271.84 | 0.4 | 0.24 |
| Hex | 3E | 24 | 55 | 1B | 3A | 0 | 43 | 110 | 28 | 18 |
| Octal | 76 | 44 | 125 | 33 | 72 | 0 | 103 | 420 | 50 | 30 |
| Binary | 111110 | 100100 | 1010101 | 11011 | 111010 | 0 | 1000011 | 100010000 | 101000 | 11000 |
Color Harmonies of #3E2455
Complementary color
Monochromatic Colors of #3E2455
Black with #3E2455
Text Example
Text Example
White with #3E2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2455; }
p { color: rgb(62,36,85); }
H1.HeaderClassName
{
color: #3E2455;
}
.AnyTagClassName
{
color: #3E2455;
}
</style>
background-color css
<style>
a { background-color: #3E2455; }
a { background-color: rgb(62,36,85); }
div.DivClassName
{
background-color: #3E2455;
}
.BgClassName
{
background-color: #3E2455;
}
</style>
border-color css
<style>
span { border-color: #3E2455; }
span { border-color: rgb(62,36,85); }
td.TdClassName
{
border-color: #3E2455;
}
.TagClassName
{
border-color: #3E2455;
}
</style>