Shades of Jagger #402655
Tints of Jagger #402655
RGB
CMYK
RGB Variations
Color information
#402655 (or 0x402655) is known color: Jagger. HEX triplet: 40, 26 and 55. RGB value is (64,38,85). Sum of RGB (Red+Green+Blue) = 64+38+85=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #402655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402655 is #BFD9AA. Grayscale: #323232. Windows color (decimal): -12573099 or 5580352. OLE color: 5580352.
HSL color Cylindrical-coordinate representation of color #402655: hue angle of 273.19º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #402655 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 38 | 85 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.67 |
| HSL | 273.19º | 0.38% | 0.24% | - |
| HSV(B) | 273.19º | 0.55% | 0.33% | - |
| XYZ | 4.45 | 3.13 | 8.96 | - |
| YUV | 51.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 85 | 0.25 | 0.55 | 0 | 0.67 | 273.19 | 0.38 | 0.24 |
| Hex | 40 | 26 | 55 | 19 | 37 | 0 | 43 | 111 | 26 | 18 |
| Octal | 100 | 46 | 125 | 31 | 67 | 0 | 103 | 421 | 46 | 30 |
| Binary | 1000000 | 100110 | 1010101 | 11001 | 110111 | 0 | 1000011 | 100010001 | 100110 | 11000 |
Color Harmonies of #402655
Complementary color
Monochromatic Colors of #402655
Black with #402655
Text Example
Text Example
White with #402655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402655; }
p { color: rgb(64,38,85); }
H1.HeaderClassName
{
color: #402655;
}
.AnyTagClassName
{
color: #402655;
}
</style>
background-color css
<style>
a { background-color: #402655; }
a { background-color: rgb(64,38,85); }
div.DivClassName
{
background-color: #402655;
}
.BgClassName
{
background-color: #402655;
}
</style>
border-color css
<style>
span { border-color: #402655; }
span { border-color: rgb(64,38,85); }
td.TdClassName
{
border-color: #402655;
}
.TagClassName
{
border-color: #402655;
}
</style>