Shades of Jagger #3E2547
Tints of Jagger #3E2547
RGB
CMYK
RGB Variations
Color information
#3E2547 (or 0x3E2547) is known color: Jagger. HEX triplet: 3E, 25 and 47. RGB value is (62,37,71). Sum of RGB (Red+Green+Blue) = 62+37+71=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E2547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2547 is #C1DAB8. Grayscale: #303030. Windows color (decimal): -12704441 or 4662590. OLE color: 4662590.
HSL color Cylindrical-coordinate representation of color #3E2547: hue angle of 284.12º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2547 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 37 | 71 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.72 |
| HSL | 284.12º | 0.31% | 0.21% | - |
| HSV(B) | 284.12º | 0.48% | 0.28% | - |
| XYZ | 3.79 | 2.8 | 6.3 | - |
| YUV | 48.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 71 | 0.13 | 0.48 | 0 | 0.72 | 284.12 | 0.31 | 0.21 |
| Hex | 3E | 25 | 47 | D | 30 | 0 | 48 | 11C | 1F | 15 |
| Octal | 76 | 45 | 107 | 15 | 60 | 0 | 110 | 434 | 37 | 25 |
| Binary | 111110 | 100101 | 1000111 | 1101 | 110000 | 0 | 1001000 | 100011100 | 11111 | 10101 |
Color Harmonies of #3E2547
Complementary color
Monochromatic Colors of #3E2547
Black with #3E2547
Text Example
Text Example
White with #3E2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2547; }
p { color: rgb(62,37,71); }
H1.HeaderClassName
{
color: #3E2547;
}
.AnyTagClassName
{
color: #3E2547;
}
</style>
background-color css
<style>
a { background-color: #3E2547; }
a { background-color: rgb(62,37,71); }
div.DivClassName
{
background-color: #3E2547;
}
.BgClassName
{
background-color: #3E2547;
}
</style>
border-color css
<style>
span { border-color: #3E2547; }
span { border-color: rgb(62,37,71); }
td.TdClassName
{
border-color: #3E2547;
}
.TagClassName
{
border-color: #3E2547;
}
</style>