Shades of Jagger #3E2548
Tints of Jagger #3E2548
RGB
CMYK
RGB Variations
Color information
#3E2548 (or 0x3E2548) is known color: Jagger. HEX triplet: 3E, 25 and 48. RGB value is (62,37,72). Sum of RGB (Red+Green+Blue) = 62+37+72=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2548 is #C1DAB7. Grayscale: #303030. Windows color (decimal): -12704440 or 4728126. OLE color: 4728126.
HSL color Cylindrical-coordinate representation of color #3E2548: hue angle of 282.86º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E2548 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 37 | 72 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.72 |
| HSL | 282.86º | 0.32% | 0.21% | - |
| HSV(B) | 282.86º | 0.49% | 0.28% | - |
| XYZ | 3.82 | 2.82 | 6.47 | - |
| YUV | 48.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 72 | 0.14 | 0.49 | 0 | 0.72 | 282.86 | 0.32 | 0.21 |
| Hex | 3E | 25 | 48 | E | 31 | 0 | 48 | 11B | 20 | 15 |
| Octal | 76 | 45 | 110 | 16 | 61 | 0 | 110 | 433 | 40 | 25 |
| Binary | 111110 | 100101 | 1001000 | 1110 | 110001 | 0 | 1001000 | 100011011 | 100000 | 10101 |
Color Harmonies of #3E2548
Complementary color
Monochromatic Colors of #3E2548
Black with #3E2548
Text Example
Text Example
White with #3E2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2548; }
p { color: rgb(62,37,72); }
H1.HeaderClassName
{
color: #3E2548;
}
.AnyTagClassName
{
color: #3E2548;
}
</style>
background-color css
<style>
a { background-color: #3E2548; }
a { background-color: rgb(62,37,72); }
div.DivClassName
{
background-color: #3E2548;
}
.BgClassName
{
background-color: #3E2548;
}
</style>
border-color css
<style>
span { border-color: #3E2548; }
span { border-color: rgb(62,37,72); }
td.TdClassName
{
border-color: #3E2548;
}
.TagClassName
{
border-color: #3E2548;
}
</style>