Shades of Jagger #402652
Tints of Jagger #402652
RGB
CMYK
RGB Variations
Color information
#402652 (or 0x402652) is known color: Jagger. HEX triplet: 40, 26 and 52. RGB value is (64,38,82). Sum of RGB (Red+Green+Blue) = 64+38+82=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #402652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402652 is #BFD9AD. Grayscale: #323232. Windows color (decimal): -12573102 or 5383744. OLE color: 5383744.
HSL color Cylindrical-coordinate representation of color #402652: hue angle of 275.45º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #402652 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 38 | 82 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.68 |
| HSL | 275.45º | 0.37% | 0.24% | - |
| HSV(B) | 275.45º | 0.54% | 0.32% | - |
| XYZ | 4.33 | 3.09 | 8.35 | - |
| YUV | 50.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 82 | 0.22 | 0.54 | 0 | 0.68 | 275.45 | 0.37 | 0.24 |
| Hex | 40 | 26 | 52 | 16 | 36 | 0 | 44 | 113 | 25 | 18 |
| Octal | 100 | 46 | 122 | 26 | 66 | 0 | 104 | 423 | 45 | 30 |
| Binary | 1000000 | 100110 | 1010010 | 10110 | 110110 | 0 | 1000100 | 100010011 | 100101 | 11000 |
Color Harmonies of #402652
Complementary color
Monochromatic Colors of #402652
Black with #402652
Text Example
Text Example
White with #402652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402652; }
p { color: rgb(64,38,82); }
H1.HeaderClassName
{
color: #402652;
}
.AnyTagClassName
{
color: #402652;
}
</style>
background-color css
<style>
a { background-color: #402652; }
a { background-color: rgb(64,38,82); }
div.DivClassName
{
background-color: #402652;
}
.BgClassName
{
background-color: #402652;
}
</style>
border-color css
<style>
span { border-color: #402652; }
span { border-color: rgb(64,38,82); }
td.TdClassName
{
border-color: #402652;
}
.TagClassName
{
border-color: #402652;
}
</style>