Shades of Jagger #371E50
Tints of Jagger #371E50
RGB
CMYK
RGB Variations
Color information
#371E50 (or 0x371E50) is known color: Jagger. HEX triplet: 37, 1E and 50. RGB value is (55,30,80). Sum of RGB (Red+Green+Blue) = 55+30+80=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #371E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E50 is #C8E1AF. Grayscale: #2B2B2B. Windows color (decimal): -13164976 or 5250615. OLE color: 5250615.
HSL color Cylindrical-coordinate representation of color #371E50: hue angle of 270º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371E50 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 30 | 80 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.69 |
| HSL | 270º | 0.45% | 0.22% | - |
| HSV(B) | 270º | 0.63% | 0.31% | - |
| XYZ | 3.49 | 2.32 | 7.85 | - |
| YUV | 43.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 80 | 0.31 | 0.62 | 0 | 0.69 | 270 | 0.45 | 0.22 |
| Hex | 37 | 1E | 50 | 1F | 3E | 0 | 45 | 10E | 2D | 16 |
| Octal | 67 | 36 | 120 | 37 | 76 | 0 | 105 | 416 | 55 | 26 |
| Binary | 110111 | 11110 | 1010000 | 11111 | 111110 | 0 | 1000101 | 100001110 | 101101 | 10110 |
Color Harmonies of #371E50
Complementary color
Monochromatic Colors of #371E50
Black with #371E50
Text Example
Text Example
White with #371E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E50; }
p { color: rgb(55,30,80); }
H1.HeaderClassName
{
color: #371E50;
}
.AnyTagClassName
{
color: #371E50;
}
</style>
background-color css
<style>
a { background-color: #371E50; }
a { background-color: rgb(55,30,80); }
div.DivClassName
{
background-color: #371E50;
}
.BgClassName
{
background-color: #371E50;
}
</style>
border-color css
<style>
span { border-color: #371E50; }
span { border-color: rgb(55,30,80); }
td.TdClassName
{
border-color: #371E50;
}
.TagClassName
{
border-color: #371E50;
}
</style>