Shades of Jagger #392150
Tints of Jagger #392150
RGB
CMYK
RGB Variations
Color information
#392150 (or 0x392150) is known color: Jagger. HEX triplet: 39, 21 and 50. RGB value is (57,33,80). Sum of RGB (Red+Green+Blue) = 57+33+80=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #392150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392150 is #C6DEAF. Grayscale: #2D2D2D. Windows color (decimal): -13033136 or 5251385. OLE color: 5251385.
HSL color Cylindrical-coordinate representation of color #392150: hue angle of 270.64º 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 #392150 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 33 | 80 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.69 |
| HSL | 270.64º | 0.42% | 0.22% | - |
| HSV(B) | 270.64º | 0.59% | 0.31% | - |
| XYZ | 3.68 | 2.54 | 7.89 | - |
| YUV | 45.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 80 | 0.29 | 0.59 | 0 | 0.69 | 270.64 | 0.42 | 0.22 |
| Hex | 39 | 21 | 50 | 1D | 3B | 0 | 45 | 10F | 2A | 16 |
| Octal | 71 | 41 | 120 | 35 | 73 | 0 | 105 | 417 | 52 | 26 |
| Binary | 111001 | 100001 | 1010000 | 11101 | 111011 | 0 | 1000101 | 100001111 | 101010 | 10110 |
Color Harmonies of #392150
Complementary color
Monochromatic Colors of #392150
Black with #392150
Text Example
Text Example
White with #392150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392150; }
p { color: rgb(57,33,80); }
H1.HeaderClassName
{
color: #392150;
}
.AnyTagClassName
{
color: #392150;
}
</style>
background-color css
<style>
a { background-color: #392150; }
a { background-color: rgb(57,33,80); }
div.DivClassName
{
background-color: #392150;
}
.BgClassName
{
background-color: #392150;
}
</style>
border-color css
<style>
span { border-color: #392150; }
span { border-color: rgb(57,33,80); }
td.TdClassName
{
border-color: #392150;
}
.TagClassName
{
border-color: #392150;
}
</style>