Shades of Grape #403B51
Tints of Grape #403B51
RGB
CMYK
RGB Variations
Color information
#403B51 (or 0x403B51) is known color: Grape. HEX triplet: 40, 3B and 51. RGB value is (64,59,81). Sum of RGB (Red+Green+Blue) = 64+59+81=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #403B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B51 is #BFC4AE. Grayscale: #3E3E3E. Windows color (decimal): -12567727 or 5323584. OLE color: 5323584.
HSL color Cylindrical-coordinate representation of color #403B51: hue angle of 253.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #403B51 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 59 | 81 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.68 |
| HSL | 253.64º | 0.16% | 0.27% | - |
| HSV(B) | 253.64º | 0.27% | 0.32% | - |
| XYZ | 5.16 | 4.81 | 8.44 | - |
| YUV | 63 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 81 | 0.21 | 0.27 | 0 | 0.68 | 253.64 | 0.16 | 0.27 |
| Hex | 40 | 3B | 51 | 15 | 1B | 0 | 44 | FE | 10 | 1B |
| Octal | 100 | 73 | 121 | 25 | 33 | 0 | 104 | 376 | 20 | 33 |
| Binary | 1000000 | 111011 | 1010001 | 10101 | 11011 | 0 | 1000100 | 11111110 | 10000 | 11011 |
Color Harmonies of #403B51
Complementary color
Monochromatic Colors of #403B51
Black with #403B51
Text Example
Text Example
White with #403B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B51; }
p { color: rgb(64,59,81); }
H1.HeaderClassName
{
color: #403B51;
}
.AnyTagClassName
{
color: #403B51;
}
</style>
background-color css
<style>
a { background-color: #403B51; }
a { background-color: rgb(64,59,81); }
div.DivClassName
{
background-color: #403B51;
}
.BgClassName
{
background-color: #403B51;
}
</style>
border-color css
<style>
span { border-color: #403B51; }
span { border-color: rgb(64,59,81); }
td.TdClassName
{
border-color: #403B51;
}
.TagClassName
{
border-color: #403B51;
}
</style>