Shades of Jagger #39264D
Tints of Jagger #39264D
RGB
CMYK
RGB Variations
Color information
#39264D (or 0x39264D) is known color: Jagger. HEX triplet: 39, 26 and 4D. RGB value is (57,38,77). Sum of RGB (Red+Green+Blue) = 57+38+77=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #39264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39264D is #C6D9B2. Grayscale: #2F2F2F. Windows color (decimal): -13031859 or 5056057. OLE color: 5056057.
HSL color Cylindrical-coordinate representation of color #39264D: hue angle of 269.23º 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 #39264D is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 38 | 77 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.70 |
| HSL | 269.23º | 0.34% | 0.23% | - |
| HSV(B) | 269.23º | 0.51% | 0.3% | - |
| XYZ | 3.72 | 2.79 | 7.36 | - |
| YUV | 48.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 77 | 0.26 | 0.51 | 0 | 0.70 | 269.23 | 0.34 | 0.23 |
| Hex | 39 | 26 | 4D | 1A | 33 | 0 | 46 | 10D | 22 | 17 |
| Octal | 71 | 46 | 115 | 32 | 63 | 0 | 106 | 415 | 42 | 27 |
| Binary | 111001 | 100110 | 1001101 | 11010 | 110011 | 0 | 1000110 | 100001101 | 100010 | 10111 |
Color Harmonies of #39264D
Complementary color
Monochromatic Colors of #39264D
Black with #39264D
Text Example
Text Example
White with #39264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39264D; }
p { color: rgb(57,38,77); }
H1.HeaderClassName
{
color: #39264D;
}
.AnyTagClassName
{
color: #39264D;
}
</style>
background-color css
<style>
a { background-color: #39264D; }
a { background-color: rgb(57,38,77); }
div.DivClassName
{
background-color: #39264D;
}
.BgClassName
{
background-color: #39264D;
}
</style>
border-color css
<style>
span { border-color: #39264D; }
span { border-color: rgb(57,38,77); }
td.TdClassName
{
border-color: #39264D;
}
.TagClassName
{
border-color: #39264D;
}
</style>