Shades of Jagger #391A51
Tints of Jagger #391A51
RGB
CMYK
RGB Variations
Color information
#391A51 (or 0x391A51) is known color: Jagger. HEX triplet: 39, 1A and 51. RGB value is (57,26,81). Sum of RGB (Red+Green+Blue) = 57+26+81=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #391A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A51 is #C6E5AE. Grayscale: #292929. Windows color (decimal): -13034927 or 5315129. OLE color: 5315129.
HSL color Cylindrical-coordinate representation of color #391A51: hue angle of 273.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391A51 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 26 | 81 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.68 |
| HSL | 273.82º | 0.51% | 0.21% | - |
| HSV(B) | 273.82º | 0.68% | 0.32% | - |
| XYZ | 3.54 | 2.2 | 8.02 | - |
| YUV | 41.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 81 | 0.30 | 0.68 | 0 | 0.68 | 273.82 | 0.51 | 0.21 |
| Hex | 39 | 1A | 51 | 1E | 44 | 0 | 44 | 112 | 33 | 15 |
| Octal | 71 | 32 | 121 | 36 | 104 | 0 | 104 | 422 | 63 | 25 |
| Binary | 111001 | 11010 | 1010001 | 11110 | 1000100 | 0 | 1000100 | 100010010 | 110011 | 10101 |
Color Harmonies of #391A51
Complementary color
Monochromatic Colors of #391A51
Black with #391A51
Text Example
Text Example
White with #391A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A51; }
p { color: rgb(57,26,81); }
H1.HeaderClassName
{
color: #391A51;
}
.AnyTagClassName
{
color: #391A51;
}
</style>
background-color css
<style>
a { background-color: #391A51; }
a { background-color: rgb(57,26,81); }
div.DivClassName
{
background-color: #391A51;
}
.BgClassName
{
background-color: #391A51;
}
</style>
border-color css
<style>
span { border-color: #391A51; }
span { border-color: rgb(57,26,81); }
td.TdClassName
{
border-color: #391A51;
}
.TagClassName
{
border-color: #391A51;
}
</style>