Shades of Jagger #402D57
Tints of Jagger #402D57
RGB
CMYK
RGB Variations
Color information
#402D57 (or 0x402D57) is known color: Jagger. HEX triplet: 40, 2D and 57. RGB value is (64,45,87). Sum of RGB (Red+Green+Blue) = 64+45+87=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #402D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D57 is #BFD2A8. Grayscale: #373737. Windows color (decimal): -12571305 or 5713216. OLE color: 5713216.
HSL color Cylindrical-coordinate representation of color #402D57: hue angle of 267.14º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402D57 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 45 | 87 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.66 |
| HSL | 267.14º | 0.32% | 0.26% | - |
| HSV(B) | 267.14º | 0.48% | 0.34% | - |
| XYZ | 4.77 | 3.65 | 9.47 | - |
| YUV | 55.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 87 | 0.26 | 0.48 | 0 | 0.66 | 267.14 | 0.32 | 0.26 |
| Hex | 40 | 2D | 57 | 1A | 30 | 0 | 42 | 10B | 20 | 1A |
| Octal | 100 | 55 | 127 | 32 | 60 | 0 | 102 | 413 | 40 | 32 |
| Binary | 1000000 | 101101 | 1010111 | 11010 | 110000 | 0 | 1000010 | 100001011 | 100000 | 11010 |
Color Harmonies of #402D57
Complementary color
Monochromatic Colors of #402D57
Black with #402D57
Text Example
Text Example
White with #402D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D57; }
p { color: rgb(64,45,87); }
H1.HeaderClassName
{
color: #402D57;
}
.AnyTagClassName
{
color: #402D57;
}
</style>
background-color css
<style>
a { background-color: #402D57; }
a { background-color: rgb(64,45,87); }
div.DivClassName
{
background-color: #402D57;
}
.BgClassName
{
background-color: #402D57;
}
</style>
border-color css
<style>
span { border-color: #402D57; }
span { border-color: rgb(64,45,87); }
td.TdClassName
{
border-color: #402D57;
}
.TagClassName
{
border-color: #402D57;
}
</style>