Shades of Jagger #402C51
Tints of Jagger #402C51
RGB
CMYK
RGB Variations
Color information
#402C51 (or 0x402C51) is known color: Jagger. HEX triplet: 40, 2C and 51. RGB value is (64,44,81). Sum of RGB (Red+Green+Blue) = 64+44+81=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #402C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C51 is #BFD3AE. Grayscale: #363636. Windows color (decimal): -12571567 or 5319744. OLE color: 5319744.
HSL color Cylindrical-coordinate representation of color #402C51: hue angle of 272.43º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #402C51 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 44 | 81 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.68 |
| HSL | 272.43º | 0.3% | 0.25% | - |
| HSV(B) | 272.43º | 0.46% | 0.32% | - |
| XYZ | 4.5 | 3.49 | 8.22 | - |
| YUV | 54.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 81 | 0.21 | 0.46 | 0 | 0.68 | 272.43 | 0.3 | 0.25 |
| Hex | 40 | 2C | 51 | 15 | 2E | 0 | 44 | 110 | 1E | 19 |
| Octal | 100 | 54 | 121 | 25 | 56 | 0 | 104 | 420 | 36 | 31 |
| Binary | 1000000 | 101100 | 1010001 | 10101 | 101110 | 0 | 1000100 | 100010000 | 11110 | 11001 |
Color Harmonies of #402C51
Complementary color
Monochromatic Colors of #402C51
Black with #402C51
Text Example
Text Example
White with #402C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C51; }
p { color: rgb(64,44,81); }
H1.HeaderClassName
{
color: #402C51;
}
.AnyTagClassName
{
color: #402C51;
}
</style>
background-color css
<style>
a { background-color: #402C51; }
a { background-color: rgb(64,44,81); }
div.DivClassName
{
background-color: #402C51;
}
.BgClassName
{
background-color: #402C51;
}
</style>
border-color css
<style>
span { border-color: #402C51; }
span { border-color: rgb(64,44,81); }
td.TdClassName
{
border-color: #402C51;
}
.TagClassName
{
border-color: #402C51;
}
</style>