Shades of Jagger #39254E
Tints of Jagger #39254E
RGB
CMYK
RGB Variations
Color information
#39254E (or 0x39254E) is known color: Jagger. HEX triplet: 39, 25 and 4E. RGB value is (57,37,78). Sum of RGB (Red+Green+Blue) = 57+37+78=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #39254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39254E is #C6DAB1. Grayscale: #2F2F2F. Windows color (decimal): -13032114 or 5121337. OLE color: 5121337.
HSL color Cylindrical-coordinate representation of color #39254E: hue angle of 269.27º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39254E is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 37 | 78 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.69 |
| HSL | 269.27º | 0.36% | 0.23% | - |
| HSV(B) | 269.27º | 0.53% | 0.31% | - |
| XYZ | 3.72 | 2.74 | 7.54 | - |
| YUV | 47.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 78 | 0.27 | 0.53 | 0 | 0.69 | 269.27 | 0.36 | 0.23 |
| Hex | 39 | 25 | 4E | 1B | 35 | 0 | 45 | 10D | 24 | 17 |
| Octal | 71 | 45 | 116 | 33 | 65 | 0 | 105 | 415 | 44 | 27 |
| Binary | 111001 | 100101 | 1001110 | 11011 | 110101 | 0 | 1000101 | 100001101 | 100100 | 10111 |
Color Harmonies of #39254E
Complementary color
Monochromatic Colors of #39254E
Black with #39254E
Text Example
Text Example
White with #39254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39254E; }
p { color: rgb(57,37,78); }
H1.HeaderClassName
{
color: #39254E;
}
.AnyTagClassName
{
color: #39254E;
}
</style>
background-color css
<style>
a { background-color: #39254E; }
a { background-color: rgb(57,37,78); }
div.DivClassName
{
background-color: #39254E;
}
.BgClassName
{
background-color: #39254E;
}
</style>
border-color css
<style>
span { border-color: #39254E; }
span { border-color: rgb(57,37,78); }
td.TdClassName
{
border-color: #39254E;
}
.TagClassName
{
border-color: #39254E;
}
</style>