Shades of Jagger #402D56
Tints of Jagger #402D56
RGB
CMYK
RGB Variations
Color information
#402D56 (or 0x402D56) is known color: Jagger. HEX triplet: 40, 2D and 56. RGB value is (64,45,86). Sum of RGB (Red+Green+Blue) = 64+45+86=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #402D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D56 is #BFD2A9. Grayscale: #373737. Windows color (decimal): -12571306 or 5647680. OLE color: 5647680.
HSL color Cylindrical-coordinate representation of color #402D56: hue angle of 267.8º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402D56 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 45 | 86 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.66 |
| HSL | 267.8º | 0.31% | 0.26% | - |
| HSV(B) | 267.8º | 0.48% | 0.34% | - |
| XYZ | 4.73 | 3.64 | 9.26 | - |
| YUV | 55.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 86 | 0.26 | 0.48 | 0 | 0.66 | 267.8 | 0.31 | 0.26 |
| Hex | 40 | 2D | 56 | 1A | 30 | 0 | 42 | 10C | 1F | 1A |
| Octal | 100 | 55 | 126 | 32 | 60 | 0 | 102 | 414 | 37 | 32 |
| Binary | 1000000 | 101101 | 1010110 | 11010 | 110000 | 0 | 1000010 | 100001100 | 11111 | 11010 |
Color Harmonies of #402D56
Complementary color
Monochromatic Colors of #402D56
Black with #402D56
Text Example
Text Example
White with #402D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D56; }
p { color: rgb(64,45,86); }
H1.HeaderClassName
{
color: #402D56;
}
.AnyTagClassName
{
color: #402D56;
}
</style>
background-color css
<style>
a { background-color: #402D56; }
a { background-color: rgb(64,45,86); }
div.DivClassName
{
background-color: #402D56;
}
.BgClassName
{
background-color: #402D56;
}
</style>
border-color css
<style>
span { border-color: #402D56; }
span { border-color: rgb(64,45,86); }
td.TdClassName
{
border-color: #402D56;
}
.TagClassName
{
border-color: #402D56;
}
</style>