Shades of Jagger #371A51
Tints of Jagger #371A51
RGB
CMYK
RGB Variations
Color information
#371A51 (or 0x371A51) is known color: Jagger. HEX triplet: 37, 1A and 51. RGB value is (55,26,81). Sum of RGB (Red+Green+Blue) = 55+26+81=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #371A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A51 is #C8E5AE. Grayscale: #282828. Windows color (decimal): -13165999 or 5315127. OLE color: 5315127.
HSL color Cylindrical-coordinate representation of color #371A51: hue angle of 271.64º 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 #371A51 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 26 | 81 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.68 |
| HSL | 271.64º | 0.51% | 0.21% | - |
| HSV(B) | 271.64º | 0.68% | 0.32% | - |
| XYZ | 3.43 | 2.15 | 8.02 | - |
| YUV | 40.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 81 | 0.32 | 0.68 | 0 | 0.68 | 271.64 | 0.51 | 0.21 |
| Hex | 37 | 1A | 51 | 20 | 44 | 0 | 44 | 110 | 33 | 15 |
| Octal | 67 | 32 | 121 | 40 | 104 | 0 | 104 | 420 | 63 | 25 |
| Binary | 110111 | 11010 | 1010001 | 100000 | 1000100 | 0 | 1000100 | 100010000 | 110011 | 10101 |
Color Harmonies of #371A51
Complementary color
Monochromatic Colors of #371A51
Black with #371A51
Text Example
Text Example
White with #371A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A51; }
p { color: rgb(55,26,81); }
H1.HeaderClassName
{
color: #371A51;
}
.AnyTagClassName
{
color: #371A51;
}
</style>
background-color css
<style>
a { background-color: #371A51; }
a { background-color: rgb(55,26,81); }
div.DivClassName
{
background-color: #371A51;
}
.BgClassName
{
background-color: #371A51;
}
</style>
border-color css
<style>
span { border-color: #371A51; }
span { border-color: rgb(55,26,81); }
td.TdClassName
{
border-color: #371A51;
}
.TagClassName
{
border-color: #371A51;
}
</style>