Shades of Jagger #403050
Tints of Jagger #403050
RGB
CMYK
RGB Variations
Color information
#403050 (or 0x403050) is known color: Jagger. HEX triplet: 40, 30 and 50. RGB value is (64,48,80). Sum of RGB (Red+Green+Blue) = 64+48+80=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #403050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403050 is #BFCFAF. Grayscale: #383838. Windows color (decimal): -12570544 or 5255232. OLE color: 5255232.
HSL color Cylindrical-coordinate representation of color #403050: hue angle of 270º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403050 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 48 | 80 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.69 |
| HSL | 270º | 0.25% | 0.25% | - |
| HSV(B) | 270º | 0.4% | 0.31% | - |
| XYZ | 4.62 | 3.78 | 8.08 | - |
| YUV | 56.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 80 | 0.20 | 0.40 | 0 | 0.69 | 270 | 0.25 | 0.25 |
| Hex | 40 | 30 | 50 | 14 | 28 | 0 | 45 | 10E | 19 | 19 |
| Octal | 100 | 60 | 120 | 24 | 50 | 0 | 105 | 416 | 31 | 31 |
| Binary | 1000000 | 110000 | 1010000 | 10100 | 101000 | 0 | 1000101 | 100001110 | 11001 | 11001 |
Color Harmonies of #403050
Complementary color
Monochromatic Colors of #403050
Black with #403050
Text Example
Text Example
White with #403050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403050; }
p { color: rgb(64,48,80); }
H1.HeaderClassName
{
color: #403050;
}
.AnyTagClassName
{
color: #403050;
}
</style>
background-color css
<style>
a { background-color: #403050; }
a { background-color: rgb(64,48,80); }
div.DivClassName
{
background-color: #403050;
}
.BgClassName
{
background-color: #403050;
}
</style>
border-color css
<style>
span { border-color: #403050; }
span { border-color: rgb(64,48,80); }
td.TdClassName
{
border-color: #403050;
}
.TagClassName
{
border-color: #403050;
}
</style>