Shades of Jagger #403150
Tints of Jagger #403150
RGB
CMYK
RGB Variations
Color information
#403150 (or 0x403150) is known color: Jagger. HEX triplet: 40, 31 and 50. RGB value is (64,49,80). Sum of RGB (Red+Green+Blue) = 64+49+80=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #403150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403150 is #BFCEAF. Grayscale: #383838. Windows color (decimal): -12570288 or 5255488. OLE color: 5255488.
HSL color Cylindrical-coordinate representation of color #403150: hue angle of 269.03º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403150 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 49 | 80 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.69 |
| HSL | 269.03º | 0.24% | 0.25% | - |
| HSV(B) | 269.03º | 0.39% | 0.31% | - |
| XYZ | 4.66 | 3.87 | 8.09 | - |
| YUV | 57.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 80 | 0.20 | 0.39 | 0 | 0.69 | 269.03 | 0.24 | 0.25 |
| Hex | 40 | 31 | 50 | 14 | 27 | 0 | 45 | 10D | 18 | 19 |
| Octal | 100 | 61 | 120 | 24 | 47 | 0 | 105 | 415 | 30 | 31 |
| Binary | 1000000 | 110001 | 1010000 | 10100 | 100111 | 0 | 1000101 | 100001101 | 11000 | 11001 |
Color Harmonies of #403150
Complementary color
Monochromatic Colors of #403150
Black with #403150
Text Example
Text Example
White with #403150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403150; }
p { color: rgb(64,49,80); }
H1.HeaderClassName
{
color: #403150;
}
.AnyTagClassName
{
color: #403150;
}
</style>
background-color css
<style>
a { background-color: #403150; }
a { background-color: rgb(64,49,80); }
div.DivClassName
{
background-color: #403150;
}
.BgClassName
{
background-color: #403150;
}
</style>
border-color css
<style>
span { border-color: #403150; }
span { border-color: rgb(64,49,80); }
td.TdClassName
{
border-color: #403150;
}
.TagClassName
{
border-color: #403150;
}
</style>