Shades of Jagger #402A57
Tints of Jagger #402A57
RGB
CMYK
RGB Variations
Color information
#402A57 (or 0x402A57) is known color: Jagger. HEX triplet: 40, 2A and 57. RGB value is (64,42,87). Sum of RGB (Red+Green+Blue) = 64+42+87=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #402A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A57 is #BFD5A8. Grayscale: #353535. Windows color (decimal): -12572073 or 5712448. OLE color: 5712448.
HSL color Cylindrical-coordinate representation of color #402A57: hue angle of 269.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #402A57 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 42 | 87 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.66 |
| HSL | 269.33º | 0.35% | 0.25% | - |
| HSV(B) | 269.33º | 0.52% | 0.34% | - |
| XYZ | 4.66 | 3.43 | 9.43 | - |
| YUV | 53.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 87 | 0.26 | 0.52 | 0 | 0.66 | 269.33 | 0.35 | 0.25 |
| Hex | 40 | 2A | 57 | 1A | 34 | 0 | 42 | 10D | 23 | 19 |
| Octal | 100 | 52 | 127 | 32 | 64 | 0 | 102 | 415 | 43 | 31 |
| Binary | 1000000 | 101010 | 1010111 | 11010 | 110100 | 0 | 1000010 | 100001101 | 100011 | 11001 |
Color Harmonies of #402A57
Complementary color
Monochromatic Colors of #402A57
Black with #402A57
Text Example
Text Example
White with #402A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A57; }
p { color: rgb(64,42,87); }
H1.HeaderClassName
{
color: #402A57;
}
.AnyTagClassName
{
color: #402A57;
}
</style>
background-color css
<style>
a { background-color: #402A57; }
a { background-color: rgb(64,42,87); }
div.DivClassName
{
background-color: #402A57;
}
.BgClassName
{
background-color: #402A57;
}
</style>
border-color css
<style>
span { border-color: #402A57; }
span { border-color: rgb(64,42,87); }
td.TdClassName
{
border-color: #402A57;
}
.TagClassName
{
border-color: #402A57;
}
</style>