Shades of Jagger #391C4B
Tints of Jagger #391C4B
RGB
CMYK
RGB Variations
Color information
#391C4B (or 0x391C4B) is known color: Jagger. HEX triplet: 39, 1C and 4B. RGB value is (57,28,75). Sum of RGB (Red+Green+Blue) = 57+28+75=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #391C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C4B is #C6E3B4. Grayscale: #292929. Windows color (decimal): -13034421 or 4922425. OLE color: 4922425.
HSL color Cylindrical-coordinate representation of color #391C4B: hue angle of 277.02º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #391C4B is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 28 | 75 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.71 |
| HSL | 277.02º | 0.46% | 0.2% | - |
| HSV(B) | 277.02º | 0.63% | 0.29% | - |
| XYZ | 3.37 | 2.21 | 6.91 | - |
| YUV | 42.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 75 | 0.24 | 0.63 | 0 | 0.71 | 277.02 | 0.46 | 0.2 |
| Hex | 39 | 1C | 4B | 18 | 3F | 0 | 47 | 115 | 2E | 14 |
| Octal | 71 | 34 | 113 | 30 | 77 | 0 | 107 | 425 | 56 | 24 |
| Binary | 111001 | 11100 | 1001011 | 11000 | 111111 | 0 | 1000111 | 100010101 | 101110 | 10100 |
Color Harmonies of #391C4B
Complementary color
Monochromatic Colors of #391C4B
Black with #391C4B
Text Example
Text Example
White with #391C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C4B; }
p { color: rgb(57,28,75); }
H1.HeaderClassName
{
color: #391C4B;
}
.AnyTagClassName
{
color: #391C4B;
}
</style>
background-color css
<style>
a { background-color: #391C4B; }
a { background-color: rgb(57,28,75); }
div.DivClassName
{
background-color: #391C4B;
}
.BgClassName
{
background-color: #391C4B;
}
</style>
border-color css
<style>
span { border-color: #391C4B; }
span { border-color: rgb(57,28,75); }
td.TdClassName
{
border-color: #391C4B;
}
.TagClassName
{
border-color: #391C4B;
}
</style>