Shades of Jagger #39294E
Tints of Jagger #39294E
RGB
CMYK
RGB Variations
Color information
#39294E (or 0x39294E) is known color: Jagger. HEX triplet: 39, 29 and 4E. RGB value is (57,41,78). Sum of RGB (Red+Green+Blue) = 57+41+78=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #39294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39294E is #C6D6B1. Grayscale: #313131. Windows color (decimal): -13031090 or 5122361. OLE color: 5122361.
HSL color Cylindrical-coordinate representation of color #39294E: hue angle of 265.95º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39294E is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 41 | 78 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.69 |
| HSL | 265.95º | 0.31% | 0.23% | - |
| HSV(B) | 265.95º | 0.47% | 0.31% | - |
| XYZ | 3.86 | 3.01 | 7.58 | - |
| YUV | 50 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 78 | 0.27 | 0.47 | 0 | 0.69 | 265.95 | 0.31 | 0.23 |
| Hex | 39 | 29 | 4E | 1B | 2F | 0 | 45 | 10A | 1F | 17 |
| Octal | 71 | 51 | 116 | 33 | 57 | 0 | 105 | 412 | 37 | 27 |
| Binary | 111001 | 101001 | 1001110 | 11011 | 101111 | 0 | 1000101 | 100001010 | 11111 | 10111 |
Color Harmonies of #39294E
Complementary color
Monochromatic Colors of #39294E
Black with #39294E
Text Example
Text Example
White with #39294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39294E; }
p { color: rgb(57,41,78); }
H1.HeaderClassName
{
color: #39294E;
}
.AnyTagClassName
{
color: #39294E;
}
</style>
background-color css
<style>
a { background-color: #39294E; }
a { background-color: rgb(57,41,78); }
div.DivClassName
{
background-color: #39294E;
}
.BgClassName
{
background-color: #39294E;
}
</style>
border-color css
<style>
span { border-color: #39294E; }
span { border-color: rgb(57,41,78); }
td.TdClassName
{
border-color: #39294E;
}
.TagClassName
{
border-color: #39294E;
}
</style>