Shades of Jagger #3E2E4F
Tints of Jagger #3E2E4F
RGB
CMYK
RGB Variations
Color information
#3E2E4F (or 0x3E2E4F) is known color: Jagger. HEX triplet: 3E, 2E and 4F. RGB value is (62,46,79). Sum of RGB (Red+Green+Blue) = 62+46+79=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E2E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E4F is #C1D1B0. Grayscale: #363636. Windows color (decimal): -12702129 or 5189182. OLE color: 5189182.
HSL color Cylindrical-coordinate representation of color #3E2E4F: hue angle of 269.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E2E4F is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 46 | 79 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.69 |
| HSL | 269.09º | 0.26% | 0.25% | - |
| HSV(B) | 269.09º | 0.42% | 0.31% | - |
| XYZ | 4.37 | 3.54 | 7.85 | - |
| YUV | 54.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 79 | 0.22 | 0.42 | 0 | 0.69 | 269.09 | 0.26 | 0.25 |
| Hex | 3E | 2E | 4F | 16 | 2A | 0 | 45 | 10D | 1A | 19 |
| Octal | 76 | 56 | 117 | 26 | 52 | 0 | 105 | 415 | 32 | 31 |
| Binary | 111110 | 101110 | 1001111 | 10110 | 101010 | 0 | 1000101 | 100001101 | 11010 | 11001 |
Color Harmonies of #3E2E4F
Complementary color
Monochromatic Colors of #3E2E4F
Black with #3E2E4F
Text Example
Text Example
White with #3E2E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E4F; }
p { color: rgb(62,46,79); }
H1.HeaderClassName
{
color: #3E2E4F;
}
.AnyTagClassName
{
color: #3E2E4F;
}
</style>
background-color css
<style>
a { background-color: #3E2E4F; }
a { background-color: rgb(62,46,79); }
div.DivClassName
{
background-color: #3E2E4F;
}
.BgClassName
{
background-color: #3E2E4F;
}
</style>
border-color css
<style>
span { border-color: #3E2E4F; }
span { border-color: rgb(62,46,79); }
td.TdClassName
{
border-color: #3E2E4F;
}
.TagClassName
{
border-color: #3E2E4F;
}
</style>