Shades of Grape #403A51
Tints of Grape #403A51
RGB
CMYK
RGB Variations
Color information
#403A51 (or 0x403A51) is known color: Grape. HEX triplet: 40, 3A and 51. RGB value is (64,58,81). Sum of RGB (Red+Green+Blue) = 64+58+81=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #403A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A51 is #BFC5AE. Grayscale: #3E3E3E. Windows color (decimal): -12567983 or 5323328. OLE color: 5323328.
HSL color Cylindrical-coordinate representation of color #403A51: hue angle of 255.65º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403A51 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 58 | 81 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.68 |
| HSL | 255.65º | 0.17% | 0.27% | - |
| HSV(B) | 255.65º | 0.28% | 0.32% | - |
| XYZ | 5.11 | 4.71 | 8.42 | - |
| YUV | 62.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 81 | 0.21 | 0.28 | 0 | 0.68 | 255.65 | 0.17 | 0.27 |
| Hex | 40 | 3A | 51 | 15 | 1C | 0 | 44 | 100 | 11 | 1B |
| Octal | 100 | 72 | 121 | 25 | 34 | 0 | 104 | 400 | 21 | 33 |
| Binary | 1000000 | 111010 | 1010001 | 10101 | 11100 | 0 | 1000100 | 100000000 | 10001 | 11011 |
Color Harmonies of #403A51
Complementary color
Monochromatic Colors of #403A51
Black with #403A51
Text Example
Text Example
White with #403A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A51; }
p { color: rgb(64,58,81); }
H1.HeaderClassName
{
color: #403A51;
}
.AnyTagClassName
{
color: #403A51;
}
</style>
background-color css
<style>
a { background-color: #403A51; }
a { background-color: rgb(64,58,81); }
div.DivClassName
{
background-color: #403A51;
}
.BgClassName
{
background-color: #403A51;
}
</style>
border-color css
<style>
span { border-color: #403A51; }
span { border-color: rgb(64,58,81); }
td.TdClassName
{
border-color: #403A51;
}
.TagClassName
{
border-color: #403A51;
}
</style>