Shades of Jagger #402C4E
Tints of Jagger #402C4E
RGB
CMYK
RGB Variations
Color information
#402C4E (or 0x402C4E) is known color: Jagger. HEX triplet: 40, 2C and 4E. RGB value is (64,44,78). Sum of RGB (Red+Green+Blue) = 64+44+78=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #402C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C4E is #BFD3B1. Grayscale: #353535. Windows color (decimal): -12571570 or 5123136. OLE color: 5123136.
HSL color Cylindrical-coordinate representation of color #402C4E: hue angle of 275.29º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402C4E is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 44 | 78 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.69 |
| HSL | 275.29º | 0.28% | 0.24% | - |
| HSV(B) | 275.29º | 0.44% | 0.31% | - |
| XYZ | 4.39 | 3.44 | 7.64 | - |
| YUV | 53.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 78 | 0.18 | 0.44 | 0 | 0.69 | 275.29 | 0.28 | 0.24 |
| Hex | 40 | 2C | 4E | 12 | 2C | 0 | 45 | 113 | 1C | 18 |
| Octal | 100 | 54 | 116 | 22 | 54 | 0 | 105 | 423 | 34 | 30 |
| Binary | 1000000 | 101100 | 1001110 | 10010 | 101100 | 0 | 1000101 | 100010011 | 11100 | 11000 |
Color Harmonies of #402C4E
Complementary color
Monochromatic Colors of #402C4E
Black with #402C4E
Text Example
Text Example
White with #402C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C4E; }
p { color: rgb(64,44,78); }
H1.HeaderClassName
{
color: #402C4E;
}
.AnyTagClassName
{
color: #402C4E;
}
</style>
background-color css
<style>
a { background-color: #402C4E; }
a { background-color: rgb(64,44,78); }
div.DivClassName
{
background-color: #402C4E;
}
.BgClassName
{
background-color: #402C4E;
}
</style>
border-color css
<style>
span { border-color: #402C4E; }
span { border-color: rgb(64,44,78); }
td.TdClassName
{
border-color: #402C4E;
}
.TagClassName
{
border-color: #402C4E;
}
</style>