Shades of Jagger #402355
Tints of Jagger #402355
RGB
CMYK
RGB Variations
Color information
#402355 (or 0x402355) is known color: Jagger. HEX triplet: 40, 23 and 55. RGB value is (64,35,85). Sum of RGB (Red+Green+Blue) = 64+35+85=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #402355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402355 is #BFDCAA. Grayscale: #313131. Windows color (decimal): -12573867 or 5579584. OLE color: 5579584.
HSL color Cylindrical-coordinate representation of color #402355: hue angle of 274.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #402355 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 35 | 85 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.67 |
| HSL | 274.8º | 0.42% | 0.24% | - |
| HSV(B) | 274.8º | 0.59% | 0.33% | - |
| XYZ | 4.36 | 2.95 | 8.93 | - |
| YUV | 49.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 85 | 0.25 | 0.59 | 0 | 0.67 | 274.8 | 0.42 | 0.24 |
| Hex | 40 | 23 | 55 | 19 | 3B | 0 | 43 | 113 | 2A | 18 |
| Octal | 100 | 43 | 125 | 31 | 73 | 0 | 103 | 423 | 52 | 30 |
| Binary | 1000000 | 100011 | 1010101 | 11001 | 111011 | 0 | 1000011 | 100010011 | 101010 | 11000 |
Color Harmonies of #402355
Complementary color
Monochromatic Colors of #402355
Black with #402355
Text Example
Text Example
White with #402355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402355; }
p { color: rgb(64,35,85); }
H1.HeaderClassName
{
color: #402355;
}
.AnyTagClassName
{
color: #402355;
}
</style>
background-color css
<style>
a { background-color: #402355; }
a { background-color: rgb(64,35,85); }
div.DivClassName
{
background-color: #402355;
}
.BgClassName
{
background-color: #402355;
}
</style>
border-color css
<style>
span { border-color: #402355; }
span { border-color: rgb(64,35,85); }
td.TdClassName
{
border-color: #402355;
}
.TagClassName
{
border-color: #402355;
}
</style>