Shades of Jagger #402255
Tints of Jagger #402255
RGB
CMYK
RGB Variations
Color information
#402255 (or 0x402255) is known color: Jagger. HEX triplet: 40, 22 and 55. RGB value is (64,34,85). Sum of RGB (Red+Green+Blue) = 64+34+85=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #402255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402255 is #BFDDAA. Grayscale: #303030. Windows color (decimal): -12574123 or 5579328. OLE color: 5579328.
HSL color Cylindrical-coordinate representation of color #402255: hue angle of 275.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402255 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 34 | 85 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.67 |
| HSL | 275.29º | 0.43% | 0.23% | - |
| HSV(B) | 275.29º | 0.6% | 0.33% | - |
| XYZ | 4.33 | 2.89 | 8.92 | - |
| YUV | 48.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 85 | 0.25 | 0.60 | 0 | 0.67 | 275.29 | 0.43 | 0.23 |
| Hex | 40 | 22 | 55 | 19 | 3C | 0 | 43 | 113 | 2B | 17 |
| Octal | 100 | 42 | 125 | 31 | 74 | 0 | 103 | 423 | 53 | 27 |
| Binary | 1000000 | 100010 | 1010101 | 11001 | 111100 | 0 | 1000011 | 100010011 | 101011 | 10111 |
Color Harmonies of #402255
Complementary color
Monochromatic Colors of #402255
Black with #402255
Text Example
Text Example
White with #402255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402255; }
p { color: rgb(64,34,85); }
H1.HeaderClassName
{
color: #402255;
}
.AnyTagClassName
{
color: #402255;
}
</style>
background-color css
<style>
a { background-color: #402255; }
a { background-color: rgb(64,34,85); }
div.DivClassName
{
background-color: #402255;
}
.BgClassName
{
background-color: #402255;
}
</style>
border-color css
<style>
span { border-color: #402255; }
span { border-color: rgb(64,34,85); }
td.TdClassName
{
border-color: #402255;
}
.TagClassName
{
border-color: #402255;
}
</style>