Shades of Jagger #402D49
Tints of Jagger #402D49
RGB
CMYK
RGB Variations
Color information
#402D49 (or 0x402D49) is known color: Jagger. HEX triplet: 40, 2D and 49. RGB value is (64,45,73). Sum of RGB (Red+Green+Blue) = 64+45+73=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #402D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D49 is #BFD2B6. Grayscale: #353535. Windows color (decimal): -12571319 or 4795712. OLE color: 4795712.
HSL color Cylindrical-coordinate representation of color #402D49: hue angle of 280.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #402D49 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 45 | 73 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.71 |
| HSL | 280.71º | 0.24% | 0.23% | - |
| HSV(B) | 280.71º | 0.38% | 0.29% | - |
| XYZ | 4.26 | 3.45 | 6.74 | - |
| YUV | 53.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 73 | 0.12 | 0.38 | 0 | 0.71 | 280.71 | 0.24 | 0.23 |
| Hex | 40 | 2D | 49 | C | 26 | 0 | 47 | 119 | 18 | 17 |
| Octal | 100 | 55 | 111 | 14 | 46 | 0 | 107 | 431 | 30 | 27 |
| Binary | 1000000 | 101101 | 1001001 | 1100 | 100110 | 0 | 1000111 | 100011001 | 11000 | 10111 |
Color Harmonies of #402D49
Complementary color
Monochromatic Colors of #402D49
Black with #402D49
Text Example
Text Example
White with #402D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D49; }
p { color: rgb(64,45,73); }
H1.HeaderClassName
{
color: #402D49;
}
.AnyTagClassName
{
color: #402D49;
}
</style>
background-color css
<style>
a { background-color: #402D49; }
a { background-color: rgb(64,45,73); }
div.DivClassName
{
background-color: #402D49;
}
.BgClassName
{
background-color: #402D49;
}
</style>
border-color css
<style>
span { border-color: #402D49; }
span { border-color: rgb(64,45,73); }
td.TdClassName
{
border-color: #402D49;
}
.TagClassName
{
border-color: #402D49;
}
</style>