Shades of Jagger #402950
Tints of Jagger #402950
RGB
CMYK
RGB Variations
Color information
#402950 (or 0x402950) is known color: Jagger. HEX triplet: 40, 29 and 50. RGB value is (64,41,80). Sum of RGB (Red+Green+Blue) = 64+41+80=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #402950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402950 is #BFD6AF. Grayscale: #343434. Windows color (decimal): -12572336 or 5253440. OLE color: 5253440.
HSL color Cylindrical-coordinate representation of color #402950: hue angle of 275.38º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #402950 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 41 | 80 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.69 |
| HSL | 275.38º | 0.32% | 0.24% | - |
| HSV(B) | 275.38º | 0.49% | 0.31% | - |
| XYZ | 4.36 | 3.26 | 7.99 | - |
| YUV | 52.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 80 | 0.20 | 0.49 | 0 | 0.69 | 275.38 | 0.32 | 0.24 |
| Hex | 40 | 29 | 50 | 14 | 31 | 0 | 45 | 113 | 20 | 18 |
| Octal | 100 | 51 | 120 | 24 | 61 | 0 | 105 | 423 | 40 | 30 |
| Binary | 1000000 | 101001 | 1010000 | 10100 | 110001 | 0 | 1000101 | 100010011 | 100000 | 11000 |
Color Harmonies of #402950
Complementary color
Monochromatic Colors of #402950
Black with #402950
Text Example
Text Example
White with #402950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402950; }
p { color: rgb(64,41,80); }
H1.HeaderClassName
{
color: #402950;
}
.AnyTagClassName
{
color: #402950;
}
</style>
background-color css
<style>
a { background-color: #402950; }
a { background-color: rgb(64,41,80); }
div.DivClassName
{
background-color: #402950;
}
.BgClassName
{
background-color: #402950;
}
</style>
border-color css
<style>
span { border-color: #402950; }
span { border-color: rgb(64,41,80); }
td.TdClassName
{
border-color: #402950;
}
.TagClassName
{
border-color: #402950;
}
</style>