Shades of Jagger #3E2854
Tints of Jagger #3E2854
RGB
CMYK
RGB Variations
Color information
#3E2854 (or 0x3E2854) is known color: Jagger. HEX triplet: 3E, 28 and 54. RGB value is (62,40,84). Sum of RGB (Red+Green+Blue) = 62+40+84=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2854 is #C1D7AB. Grayscale: #333333. Windows color (decimal): -12703660 or 5515326. OLE color: 5515326.
HSL color Cylindrical-coordinate representation of color #3E2854: hue angle of 270º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E2854 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 40 | 84 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.67 |
| HSL | 270º | 0.35% | 0.24% | - |
| HSV(B) | 270º | 0.52% | 0.33% | - |
| XYZ | 4.35 | 3.18 | 8.77 | - |
| YUV | 51.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 84 | 0.26 | 0.52 | 0 | 0.67 | 270 | 0.35 | 0.24 |
| Hex | 3E | 28 | 54 | 1A | 34 | 0 | 43 | 10E | 23 | 18 |
| Octal | 76 | 50 | 124 | 32 | 64 | 0 | 103 | 416 | 43 | 30 |
| Binary | 111110 | 101000 | 1010100 | 11010 | 110100 | 0 | 1000011 | 100001110 | 100011 | 11000 |
Color Harmonies of #3E2854
Complementary color
Monochromatic Colors of #3E2854
Black with #3E2854
Text Example
Text Example
White with #3E2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2854; }
p { color: rgb(62,40,84); }
H1.HeaderClassName
{
color: #3E2854;
}
.AnyTagClassName
{
color: #3E2854;
}
</style>
background-color css
<style>
a { background-color: #3E2854; }
a { background-color: rgb(62,40,84); }
div.DivClassName
{
background-color: #3E2854;
}
.BgClassName
{
background-color: #3E2854;
}
</style>
border-color css
<style>
span { border-color: #3E2854; }
span { border-color: rgb(62,40,84); }
td.TdClassName
{
border-color: #3E2854;
}
.TagClassName
{
border-color: #3E2854;
}
</style>