Shades of Jagger #39204F
Tints of Jagger #39204F
RGB
CMYK
RGB Variations
Color information
#39204F (or 0x39204F) is known color: Jagger. HEX triplet: 39, 20 and 4F. RGB value is (57,32,79). Sum of RGB (Red+Green+Blue) = 57+32+79=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #39204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39204F is #C6DFB0. Grayscale: #2C2C2C. Windows color (decimal): -13033393 or 5185593. OLE color: 5185593.
HSL color Cylindrical-coordinate representation of color #39204F: hue angle of 271.91º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39204F is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 32 | 79 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.69 |
| HSL | 271.91º | 0.42% | 0.22% | - |
| HSV(B) | 271.91º | 0.59% | 0.31% | - |
| XYZ | 3.62 | 2.47 | 7.68 | - |
| YUV | 44.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 79 | 0.28 | 0.59 | 0 | 0.69 | 271.91 | 0.42 | 0.22 |
| Hex | 39 | 20 | 4F | 1C | 3B | 0 | 45 | 110 | 2A | 16 |
| Octal | 71 | 40 | 117 | 34 | 73 | 0 | 105 | 420 | 52 | 26 |
| Binary | 111001 | 100000 | 1001111 | 11100 | 111011 | 0 | 1000101 | 100010000 | 101010 | 10110 |
Color Harmonies of #39204F
Complementary color
Monochromatic Colors of #39204F
Black with #39204F
Text Example
Text Example
White with #39204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39204F; }
p { color: rgb(57,32,79); }
H1.HeaderClassName
{
color: #39204F;
}
.AnyTagClassName
{
color: #39204F;
}
</style>
background-color css
<style>
a { background-color: #39204F; }
a { background-color: rgb(57,32,79); }
div.DivClassName
{
background-color: #39204F;
}
.BgClassName
{
background-color: #39204F;
}
</style>
border-color css
<style>
span { border-color: #39204F; }
span { border-color: rgb(57,32,79); }
td.TdClassName
{
border-color: #39204F;
}
.TagClassName
{
border-color: #39204F;
}
</style>