Shades of Jagger #392351
Tints of Jagger #392351
RGB
CMYK
RGB Variations
Color information
#392351 (or 0x392351) is known color: Jagger. HEX triplet: 39, 23 and 51. RGB value is (57,35,81). Sum of RGB (Red+Green+Blue) = 57+35+81=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #392351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392351 is #C6DCAE. Grayscale: #2E2E2E. Windows color (decimal): -13032623 or 5317433. OLE color: 5317433.
HSL color Cylindrical-coordinate representation of color #392351: hue angle of 268.7º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #392351 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 35 | 81 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.68 |
| HSL | 268.7º | 0.4% | 0.23% | - |
| HSV(B) | 268.7º | 0.57% | 0.32% | - |
| XYZ | 3.77 | 2.67 | 8.1 | - |
| YUV | 46.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 81 | 0.30 | 0.57 | 0 | 0.68 | 268.7 | 0.4 | 0.23 |
| Hex | 39 | 23 | 51 | 1E | 39 | 0 | 44 | 10D | 28 | 17 |
| Octal | 71 | 43 | 121 | 36 | 71 | 0 | 104 | 415 | 50 | 27 |
| Binary | 111001 | 100011 | 1010001 | 11110 | 111001 | 0 | 1000100 | 100001101 | 101000 | 10111 |
Color Harmonies of #392351
Complementary color
Monochromatic Colors of #392351
Black with #392351
Text Example
Text Example
White with #392351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392351; }
p { color: rgb(57,35,81); }
H1.HeaderClassName
{
color: #392351;
}
.AnyTagClassName
{
color: #392351;
}
</style>
background-color css
<style>
a { background-color: #392351; }
a { background-color: rgb(57,35,81); }
div.DivClassName
{
background-color: #392351;
}
.BgClassName
{
background-color: #392351;
}
</style>
border-color css
<style>
span { border-color: #392351; }
span { border-color: rgb(57,35,81); }
td.TdClassName
{
border-color: #392351;
}
.TagClassName
{
border-color: #392351;
}
</style>