Shades of Jagger #371A4E
Tints of Jagger #371A4E
RGB
CMYK
RGB Variations
Color information
#371A4E (or 0x371A4E) is known color: Jagger. HEX triplet: 37, 1A and 4E. RGB value is (55,26,78). Sum of RGB (Red+Green+Blue) = 55+26+78=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #371A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A4E is #C8E5B1. Grayscale: #282828. Windows color (decimal): -13166002 or 5118519. OLE color: 5118519.
HSL color Cylindrical-coordinate representation of color #371A4E: hue angle of 273.46º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371A4E is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 26 | 78 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.69 |
| HSL | 273.46º | 0.5% | 0.2% | - |
| HSV(B) | 273.46º | 0.67% | 0.31% | - |
| XYZ | 3.32 | 2.1 | 7.44 | - |
| YUV | 40.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 78 | 0.29 | 0.67 | 0 | 0.69 | 273.46 | 0.5 | 0.2 |
| Hex | 37 | 1A | 4E | 1D | 43 | 0 | 45 | 111 | 32 | 14 |
| Octal | 67 | 32 | 116 | 35 | 103 | 0 | 105 | 421 | 62 | 24 |
| Binary | 110111 | 11010 | 1001110 | 11101 | 1000011 | 0 | 1000101 | 100010001 | 110010 | 10100 |
Color Harmonies of #371A4E
Complementary color
Monochromatic Colors of #371A4E
Black with #371A4E
Text Example
Text Example
White with #371A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A4E; }
p { color: rgb(55,26,78); }
H1.HeaderClassName
{
color: #371A4E;
}
.AnyTagClassName
{
color: #371A4E;
}
</style>
background-color css
<style>
a { background-color: #371A4E; }
a { background-color: rgb(55,26,78); }
div.DivClassName
{
background-color: #371A4E;
}
.BgClassName
{
background-color: #371A4E;
}
</style>
border-color css
<style>
span { border-color: #371A4E; }
span { border-color: rgb(55,26,78); }
td.TdClassName
{
border-color: #371A4E;
}
.TagClassName
{
border-color: #371A4E;
}
</style>