Shades of Jagger #40314D
Tints of Jagger #40314D
RGB
CMYK
RGB Variations
Color information
#40314D (or 0x40314D) is known color: Jagger. HEX triplet: 40, 31 and 4D. RGB value is (64,49,77). Sum of RGB (Red+Green+Blue) = 64+49+77=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #40314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40314D is #BFCEB2. Grayscale: #383838. Windows color (decimal): -12570291 or 5058880. OLE color: 5058880.
HSL color Cylindrical-coordinate representation of color #40314D: hue angle of 272.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40314D is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 49 | 77 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.70 |
| HSL | 272.14º | 0.22% | 0.25% | - |
| HSV(B) | 272.14º | 0.36% | 0.3% | - |
| XYZ | 4.55 | 3.82 | 7.52 | - |
| YUV | 56.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 77 | 0.17 | 0.36 | 0 | 0.70 | 272.14 | 0.22 | 0.25 |
| Hex | 40 | 31 | 4D | 11 | 24 | 0 | 46 | 110 | 16 | 19 |
| Octal | 100 | 61 | 115 | 21 | 44 | 0 | 106 | 420 | 26 | 31 |
| Binary | 1000000 | 110001 | 1001101 | 10001 | 100100 | 0 | 1000110 | 100010000 | 10110 | 11001 |
Color Harmonies of #40314D
Complementary color
Monochromatic Colors of #40314D
Black with #40314D
Text Example
Text Example
White with #40314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40314D; }
p { color: rgb(64,49,77); }
H1.HeaderClassName
{
color: #40314D;
}
.AnyTagClassName
{
color: #40314D;
}
</style>
background-color css
<style>
a { background-color: #40314D; }
a { background-color: rgb(64,49,77); }
div.DivClassName
{
background-color: #40314D;
}
.BgClassName
{
background-color: #40314D;
}
</style>
border-color css
<style>
span { border-color: #40314D; }
span { border-color: rgb(64,49,77); }
td.TdClassName
{
border-color: #40314D;
}
.TagClassName
{
border-color: #40314D;
}
</style>