Shades of Jagger #391D4E
Tints of Jagger #391D4E
RGB
CMYK
RGB Variations
Color information
#391D4E (or 0x391D4E) is known color: Jagger. HEX triplet: 39, 1D and 4E. RGB value is (57,29,78). Sum of RGB (Red+Green+Blue) = 57+29+78=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #391D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391D4E is #C6E2B1. Grayscale: #2A2A2A. Windows color (decimal): -13034162 or 5119289. OLE color: 5119289.
HSL color Cylindrical-coordinate representation of color #391D4E: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #391D4E is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 29 | 78 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.69 |
| HSL | 274.29º | 0.46% | 0.21% | - |
| HSV(B) | 274.29º | 0.63% | 0.31% | - |
| XYZ | 3.5 | 2.3 | 7.47 | - |
| YUV | 42.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 78 | 0.27 | 0.63 | 0 | 0.69 | 274.29 | 0.46 | 0.21 |
| Hex | 39 | 1D | 4E | 1B | 3F | 0 | 45 | 112 | 2E | 15 |
| Octal | 71 | 35 | 116 | 33 | 77 | 0 | 105 | 422 | 56 | 25 |
| Binary | 111001 | 11101 | 1001110 | 11011 | 111111 | 0 | 1000101 | 100010010 | 101110 | 10101 |
Color Harmonies of #391D4E
Complementary color
Monochromatic Colors of #391D4E
Black with #391D4E
Text Example
Text Example
White with #391D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D4E; }
p { color: rgb(57,29,78); }
H1.HeaderClassName
{
color: #391D4E;
}
.AnyTagClassName
{
color: #391D4E;
}
</style>
background-color css
<style>
a { background-color: #391D4E; }
a { background-color: rgb(57,29,78); }
div.DivClassName
{
background-color: #391D4E;
}
.BgClassName
{
background-color: #391D4E;
}
</style>
border-color css
<style>
span { border-color: #391D4E; }
span { border-color: rgb(57,29,78); }
td.TdClassName
{
border-color: #391D4E;
}
.TagClassName
{
border-color: #391D4E;
}
</style>