Shades of Grape #403C55
Tints of Grape #403C55
RGB
CMYK
RGB Variations
Color information
#403C55 (or 0x403C55) is known color: Grape. HEX triplet: 40, 3C and 55. RGB value is (64,60,85). Sum of RGB (Red+Green+Blue) = 64+60+85=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #403C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C55 is #BFC3AA. Grayscale: #3F3F3F. Windows color (decimal): -12567467 or 5585984. OLE color: 5585984.
HSL color Cylindrical-coordinate representation of color #403C55: hue angle of 249.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #403C55 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 60 | 85 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.67 |
| HSL | 249.6º | 0.17% | 0.28% | - |
| HSV(B) | 249.6º | 0.29% | 0.33% | - |
| XYZ | 5.37 | 4.98 | 9.27 | - |
| YUV | 64.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 85 | 0.25 | 0.29 | 0 | 0.67 | 249.6 | 0.17 | 0.28 |
| Hex | 40 | 3C | 55 | 19 | 1D | 0 | 43 | FA | 11 | 1C |
| Octal | 100 | 74 | 125 | 31 | 35 | 0 | 103 | 372 | 21 | 34 |
| Binary | 1000000 | 111100 | 1010101 | 11001 | 11101 | 0 | 1000011 | 11111010 | 10001 | 11100 |
Color Harmonies of #403C55
Complementary color
Monochromatic Colors of #403C55
Black with #403C55
Text Example
Text Example
White with #403C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C55; }
p { color: rgb(64,60,85); }
H1.HeaderClassName
{
color: #403C55;
}
.AnyTagClassName
{
color: #403C55;
}
</style>
background-color css
<style>
a { background-color: #403C55; }
a { background-color: rgb(64,60,85); }
div.DivClassName
{
background-color: #403C55;
}
.BgClassName
{
background-color: #403C55;
}
</style>
border-color css
<style>
span { border-color: #403C55; }
span { border-color: rgb(64,60,85); }
td.TdClassName
{
border-color: #403C55;
}
.TagClassName
{
border-color: #403C55;
}
</style>