Shades of Jagger #39224D
Tints of Jagger #39224D
RGB
CMYK
RGB Variations
Color information
#39224D (or 0x39224D) is known color: Jagger. HEX triplet: 39, 22 and 4D. RGB value is (57,34,77). Sum of RGB (Red+Green+Blue) = 57+34+77=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #39224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39224D is #C6DDB2. Grayscale: #2D2D2D. Windows color (decimal): -13032883 or 5055033. OLE color: 5055033.
HSL color Cylindrical-coordinate representation of color #39224D: hue angle of 272.09º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39224D is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 34 | 77 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.70 |
| HSL | 272.09º | 0.39% | 0.22% | - |
| HSV(B) | 272.09º | 0.56% | 0.3% | - |
| XYZ | 3.6 | 2.55 | 7.32 | - |
| YUV | 45.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 77 | 0.26 | 0.56 | 0 | 0.70 | 272.09 | 0.39 | 0.22 |
| Hex | 39 | 22 | 4D | 1A | 38 | 0 | 46 | 110 | 27 | 16 |
| Octal | 71 | 42 | 115 | 32 | 70 | 0 | 106 | 420 | 47 | 26 |
| Binary | 111001 | 100010 | 1001101 | 11010 | 111000 | 0 | 1000110 | 100010000 | 100111 | 10110 |
Color Harmonies of #39224D
Complementary color
Monochromatic Colors of #39224D
Black with #39224D
Text Example
Text Example
White with #39224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39224D; }
p { color: rgb(57,34,77); }
H1.HeaderClassName
{
color: #39224D;
}
.AnyTagClassName
{
color: #39224D;
}
</style>
background-color css
<style>
a { background-color: #39224D; }
a { background-color: rgb(57,34,77); }
div.DivClassName
{
background-color: #39224D;
}
.BgClassName
{
background-color: #39224D;
}
</style>
border-color css
<style>
span { border-color: #39224D; }
span { border-color: rgb(57,34,77); }
td.TdClassName
{
border-color: #39224D;
}
.TagClassName
{
border-color: #39224D;
}
</style>