Shades of Jagger #39294A
Tints of Jagger #39294A
RGB
CMYK
RGB Variations
Color information
#39294A (or 0x39294A) is known color: Jagger. HEX triplet: 39, 29 and 4A. RGB value is (57,41,74). Sum of RGB (Red+Green+Blue) = 57+41+74=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #39294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39294A is #C6D6B5. Grayscale: #313131. Windows color (decimal): -13031094 or 4860217. OLE color: 4860217.
HSL color Cylindrical-coordinate representation of color #39294A: hue angle of 269.09º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39294A is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 41 | 74 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.71 |
| HSL | 269.09º | 0.29% | 0.23% | - |
| HSV(B) | 269.09º | 0.45% | 0.29% | - |
| XYZ | 3.72 | 2.95 | 6.85 | - |
| YUV | 49.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 74 | 0.23 | 0.45 | 0 | 0.71 | 269.09 | 0.29 | 0.23 |
| Hex | 39 | 29 | 4A | 17 | 2D | 0 | 47 | 10D | 1D | 17 |
| Octal | 71 | 51 | 112 | 27 | 55 | 0 | 107 | 415 | 35 | 27 |
| Binary | 111001 | 101001 | 1001010 | 10111 | 101101 | 0 | 1000111 | 100001101 | 11101 | 10111 |
Color Harmonies of #39294A
Complementary color
Monochromatic Colors of #39294A
Black with #39294A
Text Example
Text Example
White with #39294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39294A; }
p { color: rgb(57,41,74); }
H1.HeaderClassName
{
color: #39294A;
}
.AnyTagClassName
{
color: #39294A;
}
</style>
background-color css
<style>
a { background-color: #39294A; }
a { background-color: rgb(57,41,74); }
div.DivClassName
{
background-color: #39294A;
}
.BgClassName
{
background-color: #39294A;
}
</style>
border-color css
<style>
span { border-color: #39294A; }
span { border-color: rgb(57,41,74); }
td.TdClassName
{
border-color: #39294A;
}
.TagClassName
{
border-color: #39294A;
}
</style>