Shades of Grape #403E4C
Tints of Grape #403E4C
RGB
CMYK
RGB Variations
Color information
#403E4C (or 0x403E4C) is known color: Grape. HEX triplet: 40, 3E and 4C. RGB value is (64,62,76). Sum of RGB (Red+Green+Blue) = 64+62+76=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #403E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E4C is #BFC1B3. Grayscale: #404040. Windows color (decimal): -12566964 or 4996672. OLE color: 4996672.
HSL color Cylindrical-coordinate representation of color #403E4C: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #403E4C is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 62 | 76 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.70 |
| HSL | 248.57º | 0.1% | 0.27% | - |
| HSV(B) | 248.57º | 0.18% | 0.3% | - |
| XYZ | 5.14 | 5.06 | 7.54 | - |
| YUV | 64.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 76 | 0.16 | 0.18 | 0 | 0.70 | 248.57 | 0.1 | 0.27 |
| Hex | 40 | 3E | 4C | 10 | 12 | 0 | 46 | F9 | A | 1B |
| Octal | 100 | 76 | 114 | 20 | 22 | 0 | 106 | 371 | 12 | 33 |
| Binary | 1000000 | 111110 | 1001100 | 10000 | 10010 | 0 | 1000110 | 11111001 | 1010 | 11011 |
Color Harmonies of #403E4C
Complementary color
Monochromatic Colors of #403E4C
Black with #403E4C
Text Example
Text Example
White with #403E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E4C; }
p { color: rgb(64,62,76); }
H1.HeaderClassName
{
color: #403E4C;
}
.AnyTagClassName
{
color: #403E4C;
}
</style>
background-color css
<style>
a { background-color: #403E4C; }
a { background-color: rgb(64,62,76); }
div.DivClassName
{
background-color: #403E4C;
}
.BgClassName
{
background-color: #403E4C;
}
</style>
border-color css
<style>
span { border-color: #403E4C; }
span { border-color: rgb(64,62,76); }
td.TdClassName
{
border-color: #403E4C;
}
.TagClassName
{
border-color: #403E4C;
}
</style>