Shades of Jagger #3E234D
Tints of Jagger #3E234D
RGB
CMYK
RGB Variations
Color information
#3E234D (or 0x3E234D) is known color: Jagger. HEX triplet: 3E, 23 and 4D. RGB value is (62,35,77). Sum of RGB (Red+Green+Blue) = 62+35+77=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E234D is #C1DCB2. Grayscale: #2F2F2F. Windows color (decimal): -12704947 or 5055294. OLE color: 5055294.
HSL color Cylindrical-coordinate representation of color #3E234D: hue angle of 278.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E234D is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 35 | 77 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.70 |
| HSL | 278.57º | 0.38% | 0.22% | - |
| HSV(B) | 278.57º | 0.55% | 0.3% | - |
| XYZ | 3.93 | 2.76 | 7.35 | - |
| YUV | 47.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 77 | 0.19 | 0.55 | 0 | 0.70 | 278.57 | 0.38 | 0.22 |
| Hex | 3E | 23 | 4D | 13 | 37 | 0 | 46 | 117 | 26 | 16 |
| Octal | 76 | 43 | 115 | 23 | 67 | 0 | 106 | 427 | 46 | 26 |
| Binary | 111110 | 100011 | 1001101 | 10011 | 110111 | 0 | 1000110 | 100010111 | 100110 | 10110 |
Color Harmonies of #3E234D
Complementary color
Monochromatic Colors of #3E234D
Black with #3E234D
Text Example
Text Example
White with #3E234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E234D; }
p { color: rgb(62,35,77); }
H1.HeaderClassName
{
color: #3E234D;
}
.AnyTagClassName
{
color: #3E234D;
}
</style>
background-color css
<style>
a { background-color: #3E234D; }
a { background-color: rgb(62,35,77); }
div.DivClassName
{
background-color: #3E234D;
}
.BgClassName
{
background-color: #3E234D;
}
</style>
border-color css
<style>
span { border-color: #3E234D; }
span { border-color: rgb(62,35,77); }
td.TdClassName
{
border-color: #3E234D;
}
.TagClassName
{
border-color: #3E234D;
}
</style>