Shades of Jagger #39294D
Tints of Jagger #39294D
RGB
CMYK
RGB Variations
Color information
#39294D (or 0x39294D) is known color: Jagger. HEX triplet: 39, 29 and 4D. RGB value is (57,41,77). Sum of RGB (Red+Green+Blue) = 57+41+77=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #39294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39294D is #C6D6B2. Grayscale: #313131. Windows color (decimal): -13031091 or 5056825. OLE color: 5056825.
HSL color Cylindrical-coordinate representation of color #39294D: hue angle of 266.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39294D is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 41 | 77 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.70 |
| HSL | 266.67º | 0.31% | 0.23% | - |
| HSV(B) | 266.67º | 0.47% | 0.3% | - |
| XYZ | 3.82 | 2.99 | 7.4 | - |
| YUV | 49.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 77 | 0.26 | 0.47 | 0 | 0.70 | 266.67 | 0.31 | 0.23 |
| Hex | 39 | 29 | 4D | 1A | 2F | 0 | 46 | 10B | 1F | 17 |
| Octal | 71 | 51 | 115 | 32 | 57 | 0 | 106 | 413 | 37 | 27 |
| Binary | 111001 | 101001 | 1001101 | 11010 | 101111 | 0 | 1000110 | 100001011 | 11111 | 10111 |
Color Harmonies of #39294D
Complementary color
Monochromatic Colors of #39294D
Black with #39294D
Text Example
Text Example
White with #39294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39294D; }
p { color: rgb(57,41,77); }
H1.HeaderClassName
{
color: #39294D;
}
.AnyTagClassName
{
color: #39294D;
}
</style>
background-color css
<style>
a { background-color: #39294D; }
a { background-color: rgb(57,41,77); }
div.DivClassName
{
background-color: #39294D;
}
.BgClassName
{
background-color: #39294D;
}
</style>
border-color css
<style>
span { border-color: #39294D; }
span { border-color: rgb(57,41,77); }
td.TdClassName
{
border-color: #39294D;
}
.TagClassName
{
border-color: #39294D;
}
</style>