Shades of Jagger #371E4A
Tints of Jagger #371E4A
RGB
CMYK
RGB Variations
Color information
#371E4A (or 0x371E4A) is known color: Jagger. HEX triplet: 37, 1E and 4A. RGB value is (55,30,74). Sum of RGB (Red+Green+Blue) = 55+30+74=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #371E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E4A is #C8E1B5. Grayscale: #2A2A2A. Windows color (decimal): -13164982 or 4857399. OLE color: 4857399.
HSL color Cylindrical-coordinate representation of color #371E4A: hue angle of 274.09º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #371E4A is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 30 | 74 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.71 |
| HSL | 274.09º | 0.42% | 0.2% | - |
| HSV(B) | 274.09º | 0.59% | 0.29% | - |
| XYZ | 3.28 | 2.24 | 6.74 | - |
| YUV | 42.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 74 | 0.26 | 0.59 | 0 | 0.71 | 274.09 | 0.42 | 0.2 |
| Hex | 37 | 1E | 4A | 1A | 3B | 0 | 47 | 112 | 2A | 14 |
| Octal | 67 | 36 | 112 | 32 | 73 | 0 | 107 | 422 | 52 | 24 |
| Binary | 110111 | 11110 | 1001010 | 11010 | 111011 | 0 | 1000111 | 100010010 | 101010 | 10100 |
Color Harmonies of #371E4A
Complementary color
Monochromatic Colors of #371E4A
Black with #371E4A
Text Example
Text Example
White with #371E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E4A; }
p { color: rgb(55,30,74); }
H1.HeaderClassName
{
color: #371E4A;
}
.AnyTagClassName
{
color: #371E4A;
}
</style>
background-color css
<style>
a { background-color: #371E4A; }
a { background-color: rgb(55,30,74); }
div.DivClassName
{
background-color: #371E4A;
}
.BgClassName
{
background-color: #371E4A;
}
</style>
border-color css
<style>
span { border-color: #371E4A; }
span { border-color: rgb(55,30,74); }
td.TdClassName
{
border-color: #371E4A;
}
.TagClassName
{
border-color: #371E4A;
}
</style>