Shades of Jagger #3E2648
Tints of Jagger #3E2648
RGB
CMYK
RGB Variations
Color information
#3E2648 (or 0x3E2648) is known color: Jagger. HEX triplet: 3E, 26 and 48. RGB value is (62,38,72). Sum of RGB (Red+Green+Blue) = 62+38+72=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2648 is #C1D9B7. Grayscale: #303030. Windows color (decimal): -12704184 or 4728382. OLE color: 4728382.
HSL color Cylindrical-coordinate representation of color #3E2648: hue angle of 282.35º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E2648 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 38 | 72 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.72 |
| HSL | 282.35º | 0.31% | 0.22% | - |
| HSV(B) | 282.35º | 0.47% | 0.28% | - |
| XYZ | 3.85 | 2.88 | 6.48 | - |
| YUV | 49.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 72 | 0.14 | 0.47 | 0 | 0.72 | 282.35 | 0.31 | 0.22 |
| Hex | 3E | 26 | 48 | E | 2F | 0 | 48 | 11A | 1F | 16 |
| Octal | 76 | 46 | 110 | 16 | 57 | 0 | 110 | 432 | 37 | 26 |
| Binary | 111110 | 100110 | 1001000 | 1110 | 101111 | 0 | 1001000 | 100011010 | 11111 | 10110 |
Color Harmonies of #3E2648
Complementary color
Monochromatic Colors of #3E2648
Black with #3E2648
Text Example
Text Example
White with #3E2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2648; }
p { color: rgb(62,38,72); }
H1.HeaderClassName
{
color: #3E2648;
}
.AnyTagClassName
{
color: #3E2648;
}
</style>
background-color css
<style>
a { background-color: #3E2648; }
a { background-color: rgb(62,38,72); }
div.DivClassName
{
background-color: #3E2648;
}
.BgClassName
{
background-color: #3E2648;
}
</style>
border-color css
<style>
span { border-color: #3E2648; }
span { border-color: rgb(62,38,72); }
td.TdClassName
{
border-color: #3E2648;
}
.TagClassName
{
border-color: #3E2648;
}
</style>