Shades of Jagger #391C52
Tints of Jagger #391C52
RGB
CMYK
RGB Variations
Color information
#391C52 (or 0x391C52) is known color: Jagger. HEX triplet: 39, 1C and 52. RGB value is (57,28,82). Sum of RGB (Red+Green+Blue) = 57+28+82=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #391C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C52 is #C6E3AD. Grayscale: #2A2A2A. Windows color (decimal): -13034414 or 5381177. OLE color: 5381177.
HSL color Cylindrical-coordinate representation of color #391C52: hue angle of 272.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #391C52 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 28 | 82 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.68 |
| HSL | 272.22º | 0.49% | 0.22% | - |
| HSV(B) | 272.22º | 0.66% | 0.32% | - |
| XYZ | 3.63 | 2.31 | 8.24 | - |
| YUV | 42.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 82 | 0.30 | 0.66 | 0 | 0.68 | 272.22 | 0.49 | 0.22 |
| Hex | 39 | 1C | 52 | 1E | 42 | 0 | 44 | 110 | 31 | 16 |
| Octal | 71 | 34 | 122 | 36 | 102 | 0 | 104 | 420 | 61 | 26 |
| Binary | 111001 | 11100 | 1010010 | 11110 | 1000010 | 0 | 1000100 | 100010000 | 110001 | 10110 |
Color Harmonies of #391C52
Complementary color
Monochromatic Colors of #391C52
Black with #391C52
Text Example
Text Example
White with #391C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C52; }
p { color: rgb(57,28,82); }
H1.HeaderClassName
{
color: #391C52;
}
.AnyTagClassName
{
color: #391C52;
}
</style>
background-color css
<style>
a { background-color: #391C52; }
a { background-color: rgb(57,28,82); }
div.DivClassName
{
background-color: #391C52;
}
.BgClassName
{
background-color: #391C52;
}
</style>
border-color css
<style>
span { border-color: #391C52; }
span { border-color: rgb(57,28,82); }
td.TdClassName
{
border-color: #391C52;
}
.TagClassName
{
border-color: #391C52;
}
</style>