Shades of Jagger #402249
Tints of Jagger #402249
RGB
CMYK
RGB Variations
Color information
#402249 (or 0x402249) is known color: Jagger. HEX triplet: 40, 22 and 49. RGB value is (64,34,73). Sum of RGB (Red+Green+Blue) = 64+34+73=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #402249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402249 is #BFDDB6. Grayscale: #2F2F2F. Windows color (decimal): -12574135 or 4792896. OLE color: 4792896.
HSL color Cylindrical-coordinate representation of color #402249: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #402249 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 34 | 73 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.71 |
| HSL | 286.15º | 0.36% | 0.21% | - |
| HSV(B) | 286.15º | 0.53% | 0.29% | - |
| XYZ | 3.89 | 2.72 | 6.62 | - |
| YUV | 47.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 73 | 0.12 | 0.53 | 0 | 0.71 | 286.15 | 0.36 | 0.21 |
| Hex | 40 | 22 | 49 | C | 35 | 0 | 47 | 11E | 24 | 15 |
| Octal | 100 | 42 | 111 | 14 | 65 | 0 | 107 | 436 | 44 | 25 |
| Binary | 1000000 | 100010 | 1001001 | 1100 | 110101 | 0 | 1000111 | 100011110 | 100100 | 10101 |
Color Harmonies of #402249
Complementary color
Monochromatic Colors of #402249
Black with #402249
Text Example
Text Example
White with #402249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402249; }
p { color: rgb(64,34,73); }
H1.HeaderClassName
{
color: #402249;
}
.AnyTagClassName
{
color: #402249;
}
</style>
background-color css
<style>
a { background-color: #402249; }
a { background-color: rgb(64,34,73); }
div.DivClassName
{
background-color: #402249;
}
.BgClassName
{
background-color: #402249;
}
</style>
border-color css
<style>
span { border-color: #402249; }
span { border-color: rgb(64,34,73); }
td.TdClassName
{
border-color: #402249;
}
.TagClassName
{
border-color: #402249;
}
</style>