Shades of Jagger #391E50
Tints of Jagger #391E50
RGB
CMYK
RGB Variations
Color information
#391E50 (or 0x391E50) is known color: Jagger. HEX triplet: 39, 1E and 50. RGB value is (57,30,80). Sum of RGB (Red+Green+Blue) = 57+30+80=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #391E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E50 is #C6E1AF. Grayscale: #2B2B2B. Windows color (decimal): -13033904 or 5250617. OLE color: 5250617.
HSL color Cylindrical-coordinate representation of color #391E50: hue angle of 272.4º 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 #391E50 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 30 | 80 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.69 |
| HSL | 272.4º | 0.45% | 0.22% | - |
| HSV(B) | 272.4º | 0.63% | 0.31% | - |
| XYZ | 3.6 | 2.38 | 7.86 | - |
| YUV | 43.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 80 | 0.29 | 0.62 | 0 | 0.69 | 272.4 | 0.45 | 0.22 |
| Hex | 39 | 1E | 50 | 1D | 3E | 0 | 45 | 110 | 2D | 16 |
| Octal | 71 | 36 | 120 | 35 | 76 | 0 | 105 | 420 | 55 | 26 |
| Binary | 111001 | 11110 | 1010000 | 11101 | 111110 | 0 | 1000101 | 100010000 | 101101 | 10110 |
Color Harmonies of #391E50
Complementary color
Monochromatic Colors of #391E50
Black with #391E50
Text Example
Text Example
White with #391E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E50; }
p { color: rgb(57,30,80); }
H1.HeaderClassName
{
color: #391E50;
}
.AnyTagClassName
{
color: #391E50;
}
</style>
background-color css
<style>
a { background-color: #391E50; }
a { background-color: rgb(57,30,80); }
div.DivClassName
{
background-color: #391E50;
}
.BgClassName
{
background-color: #391E50;
}
</style>
border-color css
<style>
span { border-color: #391E50; }
span { border-color: rgb(57,30,80); }
td.TdClassName
{
border-color: #391E50;
}
.TagClassName
{
border-color: #391E50;
}
</style>