Shades of Grape #413E4D
Tints of Grape #413E4D
RGB
CMYK
RGB Variations
Color information
#413E4D (or 0x413E4D) is known color: Grape. HEX triplet: 41, 3E and 4D. RGB value is (65,62,77). Sum of RGB (Red+Green+Blue) = 65+62+77=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #413E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E4D is #BEC1B2. Grayscale: #404040. Windows color (decimal): -12501427 or 5062209. OLE color: 5062209.
HSL color Cylindrical-coordinate representation of color #413E4D: hue angle of 252º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #413E4D is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 62 | 77 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.70 |
| HSL | 252º | 0.11% | 0.27% | - |
| HSV(B) | 252º | 0.19% | 0.3% | - |
| XYZ | 5.24 | 5.1 | 7.73 | - |
| YUV | 64.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 77 | 0.16 | 0.19 | 0 | 0.70 | 252 | 0.11 | 0.27 |
| Hex | 41 | 3E | 4D | 10 | 13 | 0 | 46 | FC | B | 1B |
| Octal | 101 | 76 | 115 | 20 | 23 | 0 | 106 | 374 | 13 | 33 |
| Binary | 1000001 | 111110 | 1001101 | 10000 | 10011 | 0 | 1000110 | 11111100 | 1011 | 11011 |
Color Harmonies of #413E4D
Complementary color
Monochromatic Colors of #413E4D
Black with #413E4D
Text Example
Text Example
White with #413E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E4D; }
p { color: rgb(65,62,77); }
H1.HeaderClassName
{
color: #413E4D;
}
.AnyTagClassName
{
color: #413E4D;
}
</style>
background-color css
<style>
a { background-color: #413E4D; }
a { background-color: rgb(65,62,77); }
div.DivClassName
{
background-color: #413E4D;
}
.BgClassName
{
background-color: #413E4D;
}
</style>
border-color css
<style>
span { border-color: #413E4D; }
span { border-color: rgb(65,62,77); }
td.TdClassName
{
border-color: #413E4D;
}
.TagClassName
{
border-color: #413E4D;
}
</style>