Shades of Jagger #392251
Tints of Jagger #392251
RGB
CMYK
RGB Variations
Color information
#392251 (or 0x392251) is known color: Jagger. HEX triplet: 39, 22 and 51. RGB value is (57,34,81). Sum of RGB (Red+Green+Blue) = 57+34+81=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #392251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392251 is #C6DDAE. Grayscale: #2E2E2E. Windows color (decimal): -13032879 or 5317177. OLE color: 5317177.
HSL color Cylindrical-coordinate representation of color #392251: hue angle of 269.36º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392251 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 34 | 81 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.68 |
| HSL | 269.36º | 0.41% | 0.23% | - |
| HSV(B) | 269.36º | 0.58% | 0.32% | - |
| XYZ | 3.74 | 2.61 | 8.09 | - |
| YUV | 46.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 81 | 0.30 | 0.58 | 0 | 0.68 | 269.36 | 0.41 | 0.23 |
| Hex | 39 | 22 | 51 | 1E | 3A | 0 | 44 | 10D | 29 | 17 |
| Octal | 71 | 42 | 121 | 36 | 72 | 0 | 104 | 415 | 51 | 27 |
| Binary | 111001 | 100010 | 1010001 | 11110 | 111010 | 0 | 1000100 | 100001101 | 101001 | 10111 |
Color Harmonies of #392251
Complementary color
Monochromatic Colors of #392251
Black with #392251
Text Example
Text Example
White with #392251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392251; }
p { color: rgb(57,34,81); }
H1.HeaderClassName
{
color: #392251;
}
.AnyTagClassName
{
color: #392251;
}
</style>
background-color css
<style>
a { background-color: #392251; }
a { background-color: rgb(57,34,81); }
div.DivClassName
{
background-color: #392251;
}
.BgClassName
{
background-color: #392251;
}
</style>
border-color css
<style>
span { border-color: #392251; }
span { border-color: rgb(57,34,81); }
td.TdClassName
{
border-color: #392251;
}
.TagClassName
{
border-color: #392251;
}
</style>