Shades of Jagger #391A53
Tints of Jagger #391A53
RGB
CMYK
RGB Variations
Color information
#391A53 (or 0x391A53) is known color: Jagger. HEX triplet: 39, 1A and 53. RGB value is (57,26,83). Sum of RGB (Red+Green+Blue) = 57+26+83=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #391A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A53 is #C6E5AC. Grayscale: #292929. Windows color (decimal): -13034925 or 5446201. OLE color: 5446201.
HSL color Cylindrical-coordinate representation of color #391A53: hue angle of 272.63º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #391A53 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 26 | 83 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.67 |
| HSL | 272.63º | 0.52% | 0.21% | - |
| HSV(B) | 272.63º | 0.69% | 0.33% | - |
| XYZ | 3.62 | 2.23 | 8.42 | - |
| YUV | 41.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 83 | 0.31 | 0.69 | 0 | 0.67 | 272.63 | 0.52 | 0.21 |
| Hex | 39 | 1A | 53 | 1F | 45 | 0 | 43 | 111 | 34 | 15 |
| Octal | 71 | 32 | 123 | 37 | 105 | 0 | 103 | 421 | 64 | 25 |
| Binary | 111001 | 11010 | 1010011 | 11111 | 1000101 | 0 | 1000011 | 100010001 | 110100 | 10101 |
Color Harmonies of #391A53
Complementary color
Monochromatic Colors of #391A53
Black with #391A53
Text Example
Text Example
White with #391A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A53; }
p { color: rgb(57,26,83); }
H1.HeaderClassName
{
color: #391A53;
}
.AnyTagClassName
{
color: #391A53;
}
</style>
background-color css
<style>
a { background-color: #391A53; }
a { background-color: rgb(57,26,83); }
div.DivClassName
{
background-color: #391A53;
}
.BgClassName
{
background-color: #391A53;
}
</style>
border-color css
<style>
span { border-color: #391A53; }
span { border-color: rgb(57,26,83); }
td.TdClassName
{
border-color: #391A53;
}
.TagClassName
{
border-color: #391A53;
}
</style>