Shades of Grape #403C51
Tints of Grape #403C51
RGB
CMYK
RGB Variations
Color information
#403C51 (or 0x403C51) is known color: Grape. HEX triplet: 40, 3C and 51. RGB value is (64,60,81). Sum of RGB (Red+Green+Blue) = 64+60+81=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #403C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C51 is #BFC3AE. Grayscale: #3F3F3F. Windows color (decimal): -12567471 or 5323840. OLE color: 5323840.
HSL color Cylindrical-coordinate representation of color #403C51: hue angle of 251.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #403C51 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 60 | 81 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.68 |
| HSL | 251.43º | 0.15% | 0.28% | - |
| HSV(B) | 251.43º | 0.26% | 0.32% | - |
| XYZ | 5.22 | 4.92 | 8.46 | - |
| YUV | 63.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 81 | 0.21 | 0.26 | 0 | 0.68 | 251.43 | 0.15 | 0.28 |
| Hex | 40 | 3C | 51 | 15 | 1A | 0 | 44 | FB | F | 1C |
| Octal | 100 | 74 | 121 | 25 | 32 | 0 | 104 | 373 | 17 | 34 |
| Binary | 1000000 | 111100 | 1010001 | 10101 | 11010 | 0 | 1000100 | 11111011 | 1111 | 11100 |
Color Harmonies of #403C51
Complementary color
Monochromatic Colors of #403C51
Black with #403C51
Text Example
Text Example
White with #403C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C51; }
p { color: rgb(64,60,81); }
H1.HeaderClassName
{
color: #403C51;
}
.AnyTagClassName
{
color: #403C51;
}
</style>
background-color css
<style>
a { background-color: #403C51; }
a { background-color: rgb(64,60,81); }
div.DivClassName
{
background-color: #403C51;
}
.BgClassName
{
background-color: #403C51;
}
</style>
border-color css
<style>
span { border-color: #403C51; }
span { border-color: rgb(64,60,81); }
td.TdClassName
{
border-color: #403C51;
}
.TagClassName
{
border-color: #403C51;
}
</style>