Shades of Grape #403B4F
Tints of Grape #403B4F
RGB
CMYK
RGB Variations
Color information
#403B4F (or 0x403B4F) is known color: Grape. HEX triplet: 40, 3B and 4F. RGB value is (64,59,79). Sum of RGB (Red+Green+Blue) = 64+59+79=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #403B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B4F is #BFC4B0. Grayscale: #3E3E3E. Windows color (decimal): -12567729 or 5192512. OLE color: 5192512.
HSL color Cylindrical-coordinate representation of color #403B4F: hue angle of 255º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403B4F is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 59 | 79 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.69 |
| HSL | 255º | 0.14% | 0.27% | - |
| HSV(B) | 255º | 0.25% | 0.31% | - |
| XYZ | 5.09 | 4.78 | 8.05 | - |
| YUV | 62.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 79 | 0.19 | 0.25 | 0 | 0.69 | 255 | 0.14 | 0.27 |
| Hex | 40 | 3B | 4F | 13 | 19 | 0 | 45 | FF | E | 1B |
| Octal | 100 | 73 | 117 | 23 | 31 | 0 | 105 | 377 | 16 | 33 |
| Binary | 1000000 | 111011 | 1001111 | 10011 | 11001 | 0 | 1000101 | 11111111 | 1110 | 11011 |
Color Harmonies of #403B4F
Complementary color
Monochromatic Colors of #403B4F
Black with #403B4F
Text Example
Text Example
White with #403B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B4F; }
p { color: rgb(64,59,79); }
H1.HeaderClassName
{
color: #403B4F;
}
.AnyTagClassName
{
color: #403B4F;
}
</style>
background-color css
<style>
a { background-color: #403B4F; }
a { background-color: rgb(64,59,79); }
div.DivClassName
{
background-color: #403B4F;
}
.BgClassName
{
background-color: #403B4F;
}
</style>
border-color css
<style>
span { border-color: #403B4F; }
span { border-color: rgb(64,59,79); }
td.TdClassName
{
border-color: #403B4F;
}
.TagClassName
{
border-color: #403B4F;
}
</style>