Shades of Jagger #402853
Tints of Jagger #402853
RGB
CMYK
RGB Variations
Color information
#402853 (or 0x402853) is known color: Jagger. HEX triplet: 40, 28 and 53. RGB value is (64,40,83). Sum of RGB (Red+Green+Blue) = 64+40+83=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #402853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402853 is #BFD7AC. Grayscale: #333333. Windows color (decimal): -12572589 or 5449792. OLE color: 5449792.
HSL color Cylindrical-coordinate representation of color #402853: hue angle of 273.49º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #402853 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 40 | 83 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.67 |
| HSL | 273.49º | 0.35% | 0.24% | - |
| HSV(B) | 273.49º | 0.52% | 0.33% | - |
| XYZ | 4.43 | 3.23 | 8.57 | - |
| YUV | 52.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 83 | 0.23 | 0.52 | 0 | 0.67 | 273.49 | 0.35 | 0.24 |
| Hex | 40 | 28 | 53 | 17 | 34 | 0 | 43 | 111 | 23 | 18 |
| Octal | 100 | 50 | 123 | 27 | 64 | 0 | 103 | 421 | 43 | 30 |
| Binary | 1000000 | 101000 | 1010011 | 10111 | 110100 | 0 | 1000011 | 100010001 | 100011 | 11000 |
Color Harmonies of #402853
Complementary color
Monochromatic Colors of #402853
Black with #402853
Text Example
Text Example
White with #402853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402853; }
p { color: rgb(64,40,83); }
H1.HeaderClassName
{
color: #402853;
}
.AnyTagClassName
{
color: #402853;
}
</style>
background-color css
<style>
a { background-color: #402853; }
a { background-color: rgb(64,40,83); }
div.DivClassName
{
background-color: #402853;
}
.BgClassName
{
background-color: #402853;
}
</style>
border-color css
<style>
span { border-color: #402853; }
span { border-color: rgb(64,40,83); }
td.TdClassName
{
border-color: #402853;
}
.TagClassName
{
border-color: #402853;
}
</style>