Shades of Jagger #402D4C
Tints of Jagger #402D4C
RGB
CMYK
RGB Variations
Color information
#402D4C (or 0x402D4C) is known color: Jagger. HEX triplet: 40, 2D and 4C. RGB value is (64,45,76). Sum of RGB (Red+Green+Blue) = 64+45+76=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #402D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D4C is #BFD2B3. Grayscale: #363636. Windows color (decimal): -12571316 or 4992320. OLE color: 4992320.
HSL color Cylindrical-coordinate representation of color #402D4C: hue angle of 276.77º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #402D4C is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 45 | 76 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.70 |
| HSL | 276.77º | 0.26% | 0.24% | - |
| HSV(B) | 276.77º | 0.41% | 0.3% | - |
| XYZ | 4.36 | 3.49 | 7.28 | - |
| YUV | 54.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 76 | 0.16 | 0.41 | 0 | 0.70 | 276.77 | 0.26 | 0.24 |
| Hex | 40 | 2D | 4C | 10 | 29 | 0 | 46 | 115 | 1A | 18 |
| Octal | 100 | 55 | 114 | 20 | 51 | 0 | 106 | 425 | 32 | 30 |
| Binary | 1000000 | 101101 | 1001100 | 10000 | 101001 | 0 | 1000110 | 100010101 | 11010 | 11000 |
Color Harmonies of #402D4C
Complementary color
Monochromatic Colors of #402D4C
Black with #402D4C
Text Example
Text Example
White with #402D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D4C; }
p { color: rgb(64,45,76); }
H1.HeaderClassName
{
color: #402D4C;
}
.AnyTagClassName
{
color: #402D4C;
}
</style>
background-color css
<style>
a { background-color: #402D4C; }
a { background-color: rgb(64,45,76); }
div.DivClassName
{
background-color: #402D4C;
}
.BgClassName
{
background-color: #402D4C;
}
</style>
border-color css
<style>
span { border-color: #402D4C; }
span { border-color: rgb(64,45,76); }
td.TdClassName
{
border-color: #402D4C;
}
.TagClassName
{
border-color: #402D4C;
}
</style>