Shades of Jagger #402250
Tints of Jagger #402250
RGB
CMYK
RGB Variations
Color information
#402250 (or 0x402250) is known color: Jagger. HEX triplet: 40, 22 and 50. RGB value is (64,34,80). Sum of RGB (Red+Green+Blue) = 64+34+80=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #402250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402250 is #BFDDAF. Grayscale: #303030. Windows color (decimal): -12574128 or 5251648. OLE color: 5251648.
HSL color Cylindrical-coordinate representation of color #402250: hue angle of 279.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #402250 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 34 | 80 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.69 |
| HSL | 279.13º | 0.4% | 0.22% | - |
| HSV(B) | 279.13º | 0.58% | 0.31% | - |
| XYZ | 4.13 | 2.81 | 7.91 | - |
| YUV | 48.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 80 | 0.20 | 0.58 | 0 | 0.69 | 279.13 | 0.4 | 0.22 |
| Hex | 40 | 22 | 50 | 14 | 3A | 0 | 45 | 117 | 28 | 16 |
| Octal | 100 | 42 | 120 | 24 | 72 | 0 | 105 | 427 | 50 | 26 |
| Binary | 1000000 | 100010 | 1010000 | 10100 | 111010 | 0 | 1000101 | 100010111 | 101000 | 10110 |
Color Harmonies of #402250
Complementary color
Monochromatic Colors of #402250
Black with #402250
Text Example
Text Example
White with #402250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402250; }
p { color: rgb(64,34,80); }
H1.HeaderClassName
{
color: #402250;
}
.AnyTagClassName
{
color: #402250;
}
</style>
background-color css
<style>
a { background-color: #402250; }
a { background-color: rgb(64,34,80); }
div.DivClassName
{
background-color: #402250;
}
.BgClassName
{
background-color: #402250;
}
</style>
border-color css
<style>
span { border-color: #402250; }
span { border-color: rgb(64,34,80); }
td.TdClassName
{
border-color: #402250;
}
.TagClassName
{
border-color: #402250;
}
</style>