Shades of Jagger #401F50
Tints of Jagger #401F50
RGB
CMYK
RGB Variations
Color information
#401F50 (or 0x401F50) is known color: Jagger. HEX triplet: 40, 1F and 50. RGB value is (64,31,80). Sum of RGB (Red+Green+Blue) = 64+31+80=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #401F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F50 is #BFE0AF. Grayscale: #2E2E2E. Windows color (decimal): -12574896 or 5250880. OLE color: 5250880.
HSL color Cylindrical-coordinate representation of color #401F50: hue angle of 280.41º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401F50 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 31 | 80 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.69 |
| HSL | 280.41º | 0.44% | 0.22% | - |
| HSV(B) | 280.41º | 0.61% | 0.31% | - |
| XYZ | 4.05 | 2.65 | 7.89 | - |
| YUV | 46.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 80 | 0.20 | 0.61 | 0 | 0.69 | 280.41 | 0.44 | 0.22 |
| Hex | 40 | 1F | 50 | 14 | 3D | 0 | 45 | 118 | 2C | 16 |
| Octal | 100 | 37 | 120 | 24 | 75 | 0 | 105 | 430 | 54 | 26 |
| Binary | 1000000 | 11111 | 1010000 | 10100 | 111101 | 0 | 1000101 | 100011000 | 101100 | 10110 |
Color Harmonies of #401F50
Complementary color
Monochromatic Colors of #401F50
Black with #401F50
Text Example
Text Example
White with #401F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F50; }
p { color: rgb(64,31,80); }
H1.HeaderClassName
{
color: #401F50;
}
.AnyTagClassName
{
color: #401F50;
}
</style>
background-color css
<style>
a { background-color: #401F50; }
a { background-color: rgb(64,31,80); }
div.DivClassName
{
background-color: #401F50;
}
.BgClassName
{
background-color: #401F50;
}
</style>
border-color css
<style>
span { border-color: #401F50; }
span { border-color: rgb(64,31,80); }
td.TdClassName
{
border-color: #401F50;
}
.TagClassName
{
border-color: #401F50;
}
</style>