Shades of Jagger #3E264D
Tints of Jagger #3E264D
RGB
CMYK
RGB Variations
Color information
#3E264D (or 0x3E264D) is known color: Jagger. HEX triplet: 3E, 26 and 4D. RGB value is (62,38,77). Sum of RGB (Red+Green+Blue) = 62+38+77=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E264D is #C1D9B2. Grayscale: #313131. Windows color (decimal): -12704179 or 5056062. OLE color: 5056062.
HSL color Cylindrical-coordinate representation of color #3E264D: hue angle of 276.92º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E264D is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 38 | 77 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.70 |
| HSL | 276.92º | 0.34% | 0.23% | - |
| HSV(B) | 276.92º | 0.51% | 0.3% | - |
| XYZ | 4.02 | 2.95 | 7.38 | - |
| YUV | 49.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 77 | 0.19 | 0.51 | 0 | 0.70 | 276.92 | 0.34 | 0.23 |
| Hex | 3E | 26 | 4D | 13 | 33 | 0 | 46 | 115 | 22 | 17 |
| Octal | 76 | 46 | 115 | 23 | 63 | 0 | 106 | 425 | 42 | 27 |
| Binary | 111110 | 100110 | 1001101 | 10011 | 110011 | 0 | 1000110 | 100010101 | 100010 | 10111 |
Color Harmonies of #3E264D
Complementary color
Monochromatic Colors of #3E264D
Black with #3E264D
Text Example
Text Example
White with #3E264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E264D; }
p { color: rgb(62,38,77); }
H1.HeaderClassName
{
color: #3E264D;
}
.AnyTagClassName
{
color: #3E264D;
}
</style>
background-color css
<style>
a { background-color: #3E264D; }
a { background-color: rgb(62,38,77); }
div.DivClassName
{
background-color: #3E264D;
}
.BgClassName
{
background-color: #3E264D;
}
</style>
border-color css
<style>
span { border-color: #3E264D; }
span { border-color: rgb(62,38,77); }
td.TdClassName
{
border-color: #3E264D;
}
.TagClassName
{
border-color: #3E264D;
}
</style>