Shades of Jagger #402050
Tints of Jagger #402050
RGB
CMYK
RGB Variations
Color information
#402050 (or 0x402050) is known color: Jagger. HEX triplet: 40, 20 and 50. RGB value is (64,32,80). Sum of RGB (Red+Green+Blue) = 64+32+80=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #402050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402050 is #BFDFAF. Grayscale: #2E2E2E. Windows color (decimal): -12574640 or 5251136. OLE color: 5251136.
HSL color Cylindrical-coordinate representation of color #402050: hue angle of 280º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402050 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 32 | 80 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.69 |
| HSL | 280º | 0.43% | 0.22% | - |
| HSV(B) | 280º | 0.6% | 0.31% | - |
| XYZ | 4.08 | 2.7 | 7.9 | - |
| YUV | 47.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 80 | 0.20 | 0.60 | 0 | 0.69 | 280 | 0.43 | 0.22 |
| Hex | 40 | 20 | 50 | 14 | 3C | 0 | 45 | 118 | 2B | 16 |
| Octal | 100 | 40 | 120 | 24 | 74 | 0 | 105 | 430 | 53 | 26 |
| Binary | 1000000 | 100000 | 1010000 | 10100 | 111100 | 0 | 1000101 | 100011000 | 101011 | 10110 |
Color Harmonies of #402050
Complementary color
Monochromatic Colors of #402050
Black with #402050
Text Example
Text Example
White with #402050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402050; }
p { color: rgb(64,32,80); }
H1.HeaderClassName
{
color: #402050;
}
.AnyTagClassName
{
color: #402050;
}
</style>
background-color css
<style>
a { background-color: #402050; }
a { background-color: rgb(64,32,80); }
div.DivClassName
{
background-color: #402050;
}
.BgClassName
{
background-color: #402050;
}
</style>
border-color css
<style>
span { border-color: #402050; }
span { border-color: rgb(64,32,80); }
td.TdClassName
{
border-color: #402050;
}
.TagClassName
{
border-color: #402050;
}
</style>