Shades of Jagger #40314E
Tints of Jagger #40314E
RGB
CMYK
RGB Variations
Color information
#40314E (or 0x40314E) is known color: Jagger. HEX triplet: 40, 31 and 4E. RGB value is (64,49,78). Sum of RGB (Red+Green+Blue) = 64+49+78=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #40314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40314E is #BFCEB1. Grayscale: #383838. Windows color (decimal): -12570290 or 5124416. OLE color: 5124416.
HSL color Cylindrical-coordinate representation of color #40314E: hue angle of 271.03º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40314E is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 49 | 78 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.69 |
| HSL | 271.03º | 0.23% | 0.25% | - |
| HSV(B) | 271.03º | 0.37% | 0.31% | - |
| XYZ | 4.59 | 3.84 | 7.71 | - |
| YUV | 56.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 78 | 0.18 | 0.37 | 0 | 0.69 | 271.03 | 0.23 | 0.25 |
| Hex | 40 | 31 | 4E | 12 | 25 | 0 | 45 | 10F | 17 | 19 |
| Octal | 100 | 61 | 116 | 22 | 45 | 0 | 105 | 417 | 27 | 31 |
| Binary | 1000000 | 110001 | 1001110 | 10010 | 100101 | 0 | 1000101 | 100001111 | 10111 | 11001 |
Color Harmonies of #40314E
Complementary color
Monochromatic Colors of #40314E
Black with #40314E
Text Example
Text Example
White with #40314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40314E; }
p { color: rgb(64,49,78); }
H1.HeaderClassName
{
color: #40314E;
}
.AnyTagClassName
{
color: #40314E;
}
</style>
background-color css
<style>
a { background-color: #40314E; }
a { background-color: rgb(64,49,78); }
div.DivClassName
{
background-color: #40314E;
}
.BgClassName
{
background-color: #40314E;
}
</style>
border-color css
<style>
span { border-color: #40314E; }
span { border-color: rgb(64,49,78); }
td.TdClassName
{
border-color: #40314E;
}
.TagClassName
{
border-color: #40314E;
}
</style>