Shades of Jagger #402C59
Tints of Jagger #402C59
RGB
CMYK
RGB Variations
Color information
#402C59 (or 0x402C59) is known color: Jagger. HEX triplet: 40, 2C and 59. RGB value is (64,44,89). Sum of RGB (Red+Green+Blue) = 64+44+89=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #402C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C59 is #BFD3A6. Grayscale: #363636. Windows color (decimal): -12571559 or 5844032. OLE color: 5844032.
HSL color Cylindrical-coordinate representation of color #402C59: hue angle of 266.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #402C59 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 44 | 89 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.65 |
| HSL | 266.67º | 0.34% | 0.26% | - |
| HSV(B) | 266.67º | 0.51% | 0.35% | - |
| XYZ | 4.82 | 3.61 | 9.89 | - |
| YUV | 55.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 89 | 0.28 | 0.51 | 0 | 0.65 | 266.67 | 0.34 | 0.26 |
| Hex | 40 | 2C | 59 | 1C | 33 | 0 | 41 | 10B | 22 | 1A |
| Octal | 100 | 54 | 131 | 34 | 63 | 0 | 101 | 413 | 42 | 32 |
| Binary | 1000000 | 101100 | 1011001 | 11100 | 110011 | 0 | 1000001 | 100001011 | 100010 | 11010 |
Color Harmonies of #402C59
Complementary color
Monochromatic Colors of #402C59
Black with #402C59
Text Example
Text Example
White with #402C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C59; }
p { color: rgb(64,44,89); }
H1.HeaderClassName
{
color: #402C59;
}
.AnyTagClassName
{
color: #402C59;
}
</style>
background-color css
<style>
a { background-color: #402C59; }
a { background-color: rgb(64,44,89); }
div.DivClassName
{
background-color: #402C59;
}
.BgClassName
{
background-color: #402C59;
}
</style>
border-color css
<style>
span { border-color: #402C59; }
span { border-color: rgb(64,44,89); }
td.TdClassName
{
border-color: #402C59;
}
.TagClassName
{
border-color: #402C59;
}
</style>