Shades of Jagger #3E2046
Tints of Jagger #3E2046
RGB
CMYK
RGB Variations
Color information
#3E2046 (or 0x3E2046) is known color: Jagger. HEX triplet: 3E, 20 and 46. RGB value is (62,32,70). Sum of RGB (Red+Green+Blue) = 62+32+70=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E2046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2046 is #C1DFB9. Grayscale: #2D2D2D. Windows color (decimal): -12705722 or 4595774. OLE color: 4595774.
HSL color Cylindrical-coordinate representation of color #3E2046: hue angle of 287.37º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E2046 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 32 | 70 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.73 |
| HSL | 287.37º | 0.37% | 0.2% | - |
| HSV(B) | 287.37º | 0.54% | 0.27% | - |
| XYZ | 3.61 | 2.5 | 6.09 | - |
| YUV | 45.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 70 | 0.11 | 0.54 | 0 | 0.73 | 287.37 | 0.37 | 0.2 |
| Hex | 3E | 20 | 46 | B | 36 | 0 | 49 | 11F | 25 | 14 |
| Octal | 76 | 40 | 106 | 13 | 66 | 0 | 111 | 437 | 45 | 24 |
| Binary | 111110 | 100000 | 1000110 | 1011 | 110110 | 0 | 1001001 | 100011111 | 100101 | 10100 |
Color Harmonies of #3E2046
Complementary color
Monochromatic Colors of #3E2046
Black with #3E2046
Text Example
Text Example
White with #3E2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2046; }
p { color: rgb(62,32,70); }
H1.HeaderClassName
{
color: #3E2046;
}
.AnyTagClassName
{
color: #3E2046;
}
</style>
background-color css
<style>
a { background-color: #3E2046; }
a { background-color: rgb(62,32,70); }
div.DivClassName
{
background-color: #3E2046;
}
.BgClassName
{
background-color: #3E2046;
}
</style>
border-color css
<style>
span { border-color: #3E2046; }
span { border-color: rgb(62,32,70); }
td.TdClassName
{
border-color: #3E2046;
}
.TagClassName
{
border-color: #3E2046;
}
</style>