Shades of Jagger #401F4F
Tints of Jagger #401F4F
RGB
CMYK
RGB Variations
Color information
#401F4F (or 0x401F4F) is known color: Jagger. HEX triplet: 40, 1F and 4F. RGB value is (64,31,79). Sum of RGB (Red+Green+Blue) = 64+31+79=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #401F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F4F is #BFE0B0. Grayscale: #2E2E2E. Windows color (decimal): -12574897 or 5185344. OLE color: 5185344.
HSL color Cylindrical-coordinate representation of color #401F4F: hue angle of 281.25º 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 #401F4F is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 31 | 79 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.69 |
| HSL | 281.25º | 0.44% | 0.22% | - |
| HSV(B) | 281.25º | 0.61% | 0.31% | - |
| XYZ | 4.02 | 2.63 | 7.69 | - |
| YUV | 46.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 79 | 0.19 | 0.61 | 0 | 0.69 | 281.25 | 0.44 | 0.22 |
| Hex | 40 | 1F | 4F | 13 | 3D | 0 | 45 | 119 | 2C | 16 |
| Octal | 100 | 37 | 117 | 23 | 75 | 0 | 105 | 431 | 54 | 26 |
| Binary | 1000000 | 11111 | 1001111 | 10011 | 111101 | 0 | 1000101 | 100011001 | 101100 | 10110 |
Color Harmonies of #401F4F
Complementary color
Monochromatic Colors of #401F4F
Black with #401F4F
Text Example
Text Example
White with #401F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F4F; }
p { color: rgb(64,31,79); }
H1.HeaderClassName
{
color: #401F4F;
}
.AnyTagClassName
{
color: #401F4F;
}
</style>
background-color css
<style>
a { background-color: #401F4F; }
a { background-color: rgb(64,31,79); }
div.DivClassName
{
background-color: #401F4F;
}
.BgClassName
{
background-color: #401F4F;
}
</style>
border-color css
<style>
span { border-color: #401F4F; }
span { border-color: rgb(64,31,79); }
td.TdClassName
{
border-color: #401F4F;
}
.TagClassName
{
border-color: #401F4F;
}
</style>