Shades of Jagger #402C4F
Tints of Jagger #402C4F
RGB
CMYK
RGB Variations
Color information
#402C4F (or 0x402C4F) is known color: Jagger. HEX triplet: 40, 2C and 4F. RGB value is (64,44,79). Sum of RGB (Red+Green+Blue) = 64+44+79=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #402C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C4F is #BFD3B0. Grayscale: #353535. Windows color (decimal): -12571569 or 5188672. OLE color: 5188672.
HSL color Cylindrical-coordinate representation of color #402C4F: hue angle of 274.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 #402C4F is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 44 | 79 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.69 |
| HSL | 274.29º | 0.28% | 0.24% | - |
| HSV(B) | 274.29º | 0.44% | 0.31% | - |
| XYZ | 4.43 | 3.46 | 7.83 | - |
| YUV | 53.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 79 | 0.19 | 0.44 | 0 | 0.69 | 274.29 | 0.28 | 0.24 |
| Hex | 40 | 2C | 4F | 13 | 2C | 0 | 45 | 112 | 1C | 18 |
| Octal | 100 | 54 | 117 | 23 | 54 | 0 | 105 | 422 | 34 | 30 |
| Binary | 1000000 | 101100 | 1001111 | 10011 | 101100 | 0 | 1000101 | 100010010 | 11100 | 11000 |
Color Harmonies of #402C4F
Complementary color
Monochromatic Colors of #402C4F
Black with #402C4F
Text Example
Text Example
White with #402C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C4F; }
p { color: rgb(64,44,79); }
H1.HeaderClassName
{
color: #402C4F;
}
.AnyTagClassName
{
color: #402C4F;
}
</style>
background-color css
<style>
a { background-color: #402C4F; }
a { background-color: rgb(64,44,79); }
div.DivClassName
{
background-color: #402C4F;
}
.BgClassName
{
background-color: #402C4F;
}
</style>
border-color css
<style>
span { border-color: #402C4F; }
span { border-color: rgb(64,44,79); }
td.TdClassName
{
border-color: #402C4F;
}
.TagClassName
{
border-color: #402C4F;
}
</style>