Shades of Grape #403C53
Tints of Grape #403C53
RGB
CMYK
RGB Variations
Color information
#403C53 (or 0x403C53) is known color: Grape. HEX triplet: 40, 3C and 53. RGB value is (64,60,83). Sum of RGB (Red+Green+Blue) = 64+60+83=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #403C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C53 is #BFC3AC. Grayscale: #3F3F3F. Windows color (decimal): -12567469 or 5454912. OLE color: 5454912.
HSL color Cylindrical-coordinate representation of color #403C53: hue angle of 250.43º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403C53 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 60 | 83 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.67 |
| HSL | 250.43º | 0.16% | 0.28% | - |
| HSV(B) | 250.43º | 0.28% | 0.33% | - |
| XYZ | 5.29 | 4.95 | 8.86 | - |
| YUV | 63.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 83 | 0.23 | 0.28 | 0 | 0.67 | 250.43 | 0.16 | 0.28 |
| Hex | 40 | 3C | 53 | 17 | 1C | 0 | 43 | FA | 10 | 1C |
| Octal | 100 | 74 | 123 | 27 | 34 | 0 | 103 | 372 | 20 | 34 |
| Binary | 1000000 | 111100 | 1010011 | 10111 | 11100 | 0 | 1000011 | 11111010 | 10000 | 11100 |
Color Harmonies of #403C53
Complementary color
Monochromatic Colors of #403C53
Black with #403C53
Text Example
Text Example
White with #403C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C53; }
p { color: rgb(64,60,83); }
H1.HeaderClassName
{
color: #403C53;
}
.AnyTagClassName
{
color: #403C53;
}
</style>
background-color css
<style>
a { background-color: #403C53; }
a { background-color: rgb(64,60,83); }
div.DivClassName
{
background-color: #403C53;
}
.BgClassName
{
background-color: #403C53;
}
</style>
border-color css
<style>
span { border-color: #403C53; }
span { border-color: rgb(64,60,83); }
td.TdClassName
{
border-color: #403C53;
}
.TagClassName
{
border-color: #403C53;
}
</style>