Shades of Jagger #3E2954
Tints of Jagger #3E2954
RGB
CMYK
RGB Variations
Color information
#3E2954 (or 0x3E2954) is known color: Jagger. HEX triplet: 3E, 29 and 54. RGB value is (62,41,84). Sum of RGB (Red+Green+Blue) = 62+41+84=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E2954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2954 is #C1D6AB. Grayscale: #343434. Windows color (decimal): -12703404 or 5515582. OLE color: 5515582.
HSL color Cylindrical-coordinate representation of color #3E2954: hue angle of 269.3º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E2954 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 41 | 84 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.67 |
| HSL | 269.3º | 0.34% | 0.25% | - |
| HSV(B) | 269.3º | 0.51% | 0.33% | - |
| XYZ | 4.38 | 3.25 | 8.78 | - |
| YUV | 52.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 84 | 0.26 | 0.51 | 0 | 0.67 | 269.3 | 0.34 | 0.25 |
| Hex | 3E | 29 | 54 | 1A | 33 | 0 | 43 | 10D | 22 | 19 |
| Octal | 76 | 51 | 124 | 32 | 63 | 0 | 103 | 415 | 42 | 31 |
| Binary | 111110 | 101001 | 1010100 | 11010 | 110011 | 0 | 1000011 | 100001101 | 100010 | 11001 |
Color Harmonies of #3E2954
Complementary color
Monochromatic Colors of #3E2954
Black with #3E2954
Text Example
Text Example
White with #3E2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2954; }
p { color: rgb(62,41,84); }
H1.HeaderClassName
{
color: #3E2954;
}
.AnyTagClassName
{
color: #3E2954;
}
</style>
background-color css
<style>
a { background-color: #3E2954; }
a { background-color: rgb(62,41,84); }
div.DivClassName
{
background-color: #3E2954;
}
.BgClassName
{
background-color: #3E2954;
}
</style>
border-color css
<style>
span { border-color: #3E2954; }
span { border-color: rgb(62,41,84); }
td.TdClassName
{
border-color: #3E2954;
}
.TagClassName
{
border-color: #3E2954;
}
</style>