Shades of Jagger #402E4D
Tints of Jagger #402E4D
RGB
CMYK
RGB Variations
Color information
#402E4D (or 0x402E4D) is known color: Jagger. HEX triplet: 40, 2E and 4D. RGB value is (64,46,77). Sum of RGB (Red+Green+Blue) = 64+46+77=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #402E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E4D is #BFD1B2. Grayscale: #363636. Windows color (decimal): -12571059 or 5058112. OLE color: 5058112.
HSL color Cylindrical-coordinate representation of color #402E4D: hue angle of 274.84º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #402E4D is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 46 | 77 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.70 |
| HSL | 274.84º | 0.25% | 0.24% | - |
| HSV(B) | 274.84º | 0.4% | 0.3% | - |
| XYZ | 4.43 | 3.58 | 7.48 | - |
| YUV | 54.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 77 | 0.17 | 0.40 | 0 | 0.70 | 274.84 | 0.25 | 0.24 |
| Hex | 40 | 2E | 4D | 11 | 28 | 0 | 46 | 113 | 19 | 18 |
| Octal | 100 | 56 | 115 | 21 | 50 | 0 | 106 | 423 | 31 | 30 |
| Binary | 1000000 | 101110 | 1001101 | 10001 | 101000 | 0 | 1000110 | 100010011 | 11001 | 11000 |
Color Harmonies of #402E4D
Complementary color
Monochromatic Colors of #402E4D
Black with #402E4D
Text Example
Text Example
White with #402E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E4D; }
p { color: rgb(64,46,77); }
H1.HeaderClassName
{
color: #402E4D;
}
.AnyTagClassName
{
color: #402E4D;
}
</style>
background-color css
<style>
a { background-color: #402E4D; }
a { background-color: rgb(64,46,77); }
div.DivClassName
{
background-color: #402E4D;
}
.BgClassName
{
background-color: #402E4D;
}
</style>
border-color css
<style>
span { border-color: #402E4D; }
span { border-color: rgb(64,46,77); }
td.TdClassName
{
border-color: #402E4D;
}
.TagClassName
{
border-color: #402E4D;
}
</style>