Shades of Jagger #40324D
Tints of Jagger #40324D
RGB
CMYK
RGB Variations
Color information
#40324D (or 0x40324D) is known color: Jagger. HEX triplet: 40, 32 and 4D. RGB value is (64,50,77). Sum of RGB (Red+Green+Blue) = 64+50+77=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #40324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40324D is #BFCDB2. Grayscale: #393939. Windows color (decimal): -12570035 or 5059136. OLE color: 5059136.
HSL color Cylindrical-coordinate representation of color #40324D: hue angle of 271.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40324D is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 50 | 77 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.70 |
| HSL | 271.11º | 0.21% | 0.25% | - |
| HSV(B) | 271.11º | 0.35% | 0.3% | - |
| XYZ | 4.59 | 3.91 | 7.53 | - |
| YUV | 57.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 77 | 0.17 | 0.35 | 0 | 0.70 | 271.11 | 0.21 | 0.25 |
| Hex | 40 | 32 | 4D | 11 | 23 | 0 | 46 | 10F | 15 | 19 |
| Octal | 100 | 62 | 115 | 21 | 43 | 0 | 106 | 417 | 25 | 31 |
| Binary | 1000000 | 110010 | 1001101 | 10001 | 100011 | 0 | 1000110 | 100001111 | 10101 | 11001 |
Color Harmonies of #40324D
Complementary color
Monochromatic Colors of #40324D
Black with #40324D
Text Example
Text Example
White with #40324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40324D; }
p { color: rgb(64,50,77); }
H1.HeaderClassName
{
color: #40324D;
}
.AnyTagClassName
{
color: #40324D;
}
</style>
background-color css
<style>
a { background-color: #40324D; }
a { background-color: rgb(64,50,77); }
div.DivClassName
{
background-color: #40324D;
}
.BgClassName
{
background-color: #40324D;
}
</style>
border-color css
<style>
span { border-color: #40324D; }
span { border-color: rgb(64,50,77); }
td.TdClassName
{
border-color: #40324D;
}
.TagClassName
{
border-color: #40324D;
}
</style>