Shades of Jagger #402A56
Tints of Jagger #402A56
RGB
CMYK
RGB Variations
Color information
#402A56 (or 0x402A56) is known color: Jagger. HEX triplet: 40, 2A and 56. RGB value is (64,42,86). Sum of RGB (Red+Green+Blue) = 64+42+86=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #402A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A56 is #BFD5A9. Grayscale: #353535. Windows color (decimal): -12572074 or 5646912. OLE color: 5646912.
HSL color Cylindrical-coordinate representation of color #402A56: hue angle of 270º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #402A56 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 42 | 86 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.66 |
| HSL | 270º | 0.34% | 0.25% | - |
| HSV(B) | 270º | 0.51% | 0.34% | - |
| XYZ | 4.62 | 3.42 | 9.22 | - |
| YUV | 53.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 86 | 0.26 | 0.51 | 0 | 0.66 | 270 | 0.34 | 0.25 |
| Hex | 40 | 2A | 56 | 1A | 33 | 0 | 42 | 10E | 22 | 19 |
| Octal | 100 | 52 | 126 | 32 | 63 | 0 | 102 | 416 | 42 | 31 |
| Binary | 1000000 | 101010 | 1010110 | 11010 | 110011 | 0 | 1000010 | 100001110 | 100010 | 11001 |
Color Harmonies of #402A56
Complementary color
Monochromatic Colors of #402A56
Black with #402A56
Text Example
Text Example
White with #402A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A56; }
p { color: rgb(64,42,86); }
H1.HeaderClassName
{
color: #402A56;
}
.AnyTagClassName
{
color: #402A56;
}
</style>
background-color css
<style>
a { background-color: #402A56; }
a { background-color: rgb(64,42,86); }
div.DivClassName
{
background-color: #402A56;
}
.BgClassName
{
background-color: #402A56;
}
</style>
border-color css
<style>
span { border-color: #402A56; }
span { border-color: rgb(64,42,86); }
td.TdClassName
{
border-color: #402A56;
}
.TagClassName
{
border-color: #402A56;
}
</style>