Shades of Jagger #401F54
Tints of Jagger #401F54
RGB
CMYK
RGB Variations
Color information
#401F54 (or 0x401F54) is known color: Jagger. HEX triplet: 40, 1F and 54. RGB value is (64,31,84). Sum of RGB (Red+Green+Blue) = 64+31+84=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #401F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F54 is #BFE0AB. Grayscale: #2E2E2E. Windows color (decimal): -12574892 or 5513024. OLE color: 5513024.
HSL color Cylindrical-coordinate representation of color #401F54: hue angle of 277.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #401F54 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 31 | 84 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.67 |
| HSL | 277.36º | 0.46% | 0.23% | - |
| HSV(B) | 277.36º | 0.63% | 0.33% | - |
| XYZ | 4.2 | 2.71 | 8.69 | - |
| YUV | 46.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 84 | 0.24 | 0.63 | 0 | 0.67 | 277.36 | 0.46 | 0.23 |
| Hex | 40 | 1F | 54 | 18 | 3F | 0 | 43 | 115 | 2E | 17 |
| Octal | 100 | 37 | 124 | 30 | 77 | 0 | 103 | 425 | 56 | 27 |
| Binary | 1000000 | 11111 | 1010100 | 11000 | 111111 | 0 | 1000011 | 100010101 | 101110 | 10111 |
Color Harmonies of #401F54
Complementary color
Monochromatic Colors of #401F54
Black with #401F54
Text Example
Text Example
White with #401F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F54; }
p { color: rgb(64,31,84); }
H1.HeaderClassName
{
color: #401F54;
}
.AnyTagClassName
{
color: #401F54;
}
</style>
background-color css
<style>
a { background-color: #401F54; }
a { background-color: rgb(64,31,84); }
div.DivClassName
{
background-color: #401F54;
}
.BgClassName
{
background-color: #401F54;
}
</style>
border-color css
<style>
span { border-color: #401F54; }
span { border-color: rgb(64,31,84); }
td.TdClassName
{
border-color: #401F54;
}
.TagClassName
{
border-color: #401F54;
}
</style>