Shades of Jagger #39194F
Tints of Jagger #39194F
RGB
CMYK
RGB Variations
Color information
#39194F (or 0x39194F) is known color: Jagger. HEX triplet: 39, 19 and 4F. RGB value is (57,25,79). Sum of RGB (Red+Green+Blue) = 57+25+79=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #39194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39194F is #C6E6B0. Grayscale: #282828. Windows color (decimal): -13035185 or 5183801. OLE color: 5183801.
HSL color Cylindrical-coordinate representation of color #39194F: hue angle of 275.56º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39194F is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 25 | 79 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.69 |
| HSL | 275.56º | 0.52% | 0.2% | - |
| HSV(B) | 275.56º | 0.68% | 0.31% | - |
| XYZ | 3.45 | 2.13 | 7.63 | - |
| YUV | 40.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 79 | 0.28 | 0.68 | 0 | 0.69 | 275.56 | 0.52 | 0.2 |
| Hex | 39 | 19 | 4F | 1C | 44 | 0 | 45 | 114 | 34 | 14 |
| Octal | 71 | 31 | 117 | 34 | 104 | 0 | 105 | 424 | 64 | 24 |
| Binary | 111001 | 11001 | 1001111 | 11100 | 1000100 | 0 | 1000101 | 100010100 | 110100 | 10100 |
Color Harmonies of #39194F
Complementary color
Monochromatic Colors of #39194F
Black with #39194F
Text Example
Text Example
White with #39194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39194F; }
p { color: rgb(57,25,79); }
H1.HeaderClassName
{
color: #39194F;
}
.AnyTagClassName
{
color: #39194F;
}
</style>
background-color css
<style>
a { background-color: #39194F; }
a { background-color: rgb(57,25,79); }
div.DivClassName
{
background-color: #39194F;
}
.BgClassName
{
background-color: #39194F;
}
</style>
border-color css
<style>
span { border-color: #39194F; }
span { border-color: rgb(57,25,79); }
td.TdClassName
{
border-color: #39194F;
}
.TagClassName
{
border-color: #39194F;
}
</style>