Shades of Jagger #391E51
Tints of Jagger #391E51
RGB
CMYK
RGB Variations
Color information
#391E51 (or 0x391E51) is known color: Jagger. HEX triplet: 39, 1E and 51. RGB value is (57,30,81). Sum of RGB (Red+Green+Blue) = 57+30+81=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #391E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E51 is #C6E1AE. Grayscale: #2B2B2B. Windows color (decimal): -13033903 or 5316153. OLE color: 5316153.
HSL color Cylindrical-coordinate representation of color #391E51: hue angle of 271.76º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #391E51 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 30 | 81 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.68 |
| HSL | 271.76º | 0.46% | 0.22% | - |
| HSV(B) | 271.76º | 0.63% | 0.32% | - |
| XYZ | 3.64 | 2.39 | 8.05 | - |
| YUV | 43.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 81 | 0.30 | 0.63 | 0 | 0.68 | 271.76 | 0.46 | 0.22 |
| Hex | 39 | 1E | 51 | 1E | 3F | 0 | 44 | 110 | 2E | 16 |
| Octal | 71 | 36 | 121 | 36 | 77 | 0 | 104 | 420 | 56 | 26 |
| Binary | 111001 | 11110 | 1010001 | 11110 | 111111 | 0 | 1000100 | 100010000 | 101110 | 10110 |
Color Harmonies of #391E51
Complementary color
Monochromatic Colors of #391E51
Black with #391E51
Text Example
Text Example
White with #391E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E51; }
p { color: rgb(57,30,81); }
H1.HeaderClassName
{
color: #391E51;
}
.AnyTagClassName
{
color: #391E51;
}
</style>
background-color css
<style>
a { background-color: #391E51; }
a { background-color: rgb(57,30,81); }
div.DivClassName
{
background-color: #391E51;
}
.BgClassName
{
background-color: #391E51;
}
</style>
border-color css
<style>
span { border-color: #391E51; }
span { border-color: rgb(57,30,81); }
td.TdClassName
{
border-color: #391E51;
}
.TagClassName
{
border-color: #391E51;
}
</style>