Shades of Jagger #391A4E
Tints of Jagger #391A4E
RGB
CMYK
RGB Variations
Color information
#391A4E (or 0x391A4E) is known color: Jagger. HEX triplet: 39, 1A and 4E. RGB value is (57,26,78). Sum of RGB (Red+Green+Blue) = 57+26+78=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #391A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A4E is #C6E5B1. Grayscale: #292929. Windows color (decimal): -13034930 or 5118521. OLE color: 5118521.
HSL color Cylindrical-coordinate representation of color #391A4E: hue angle of 275.77º 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 #391A4E is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 26 | 78 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.69 |
| HSL | 275.77º | 0.5% | 0.2% | - |
| HSV(B) | 275.77º | 0.67% | 0.31% | - |
| XYZ | 3.43 | 2.16 | 7.44 | - |
| YUV | 41.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 78 | 0.27 | 0.67 | 0 | 0.69 | 275.77 | 0.5 | 0.2 |
| Hex | 39 | 1A | 4E | 1B | 43 | 0 | 45 | 114 | 32 | 14 |
| Octal | 71 | 32 | 116 | 33 | 103 | 0 | 105 | 424 | 62 | 24 |
| Binary | 111001 | 11010 | 1001110 | 11011 | 1000011 | 0 | 1000101 | 100010100 | 110010 | 10100 |
Color Harmonies of #391A4E
Complementary color
Monochromatic Colors of #391A4E
Black with #391A4E
Text Example
Text Example
White with #391A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A4E; }
p { color: rgb(57,26,78); }
H1.HeaderClassName
{
color: #391A4E;
}
.AnyTagClassName
{
color: #391A4E;
}
</style>
background-color css
<style>
a { background-color: #391A4E; }
a { background-color: rgb(57,26,78); }
div.DivClassName
{
background-color: #391A4E;
}
.BgClassName
{
background-color: #391A4E;
}
</style>
border-color css
<style>
span { border-color: #391A4E; }
span { border-color: rgb(57,26,78); }
td.TdClassName
{
border-color: #391A4E;
}
.TagClassName
{
border-color: #391A4E;
}
</style>