Shades of Grape #403B53
Tints of Grape #403B53
RGB
CMYK
RGB Variations
Color information
#403B53 (or 0x403B53) is known color: Grape. HEX triplet: 40, 3B and 53. RGB value is (64,59,83). Sum of RGB (Red+Green+Blue) = 64+59+83=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #403B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B53 is #BFC4AC. Grayscale: #3F3F3F. Windows color (decimal): -12567725 or 5454656. OLE color: 5454656.
HSL color Cylindrical-coordinate representation of color #403B53: hue angle of 252.5º 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 #403B53 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 59 | 83 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.67 |
| HSL | 252.5º | 0.17% | 0.28% | - |
| HSV(B) | 252.5º | 0.29% | 0.33% | - |
| XYZ | 5.24 | 4.84 | 8.84 | - |
| YUV | 63.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 83 | 0.23 | 0.29 | 0 | 0.67 | 252.5 | 0.17 | 0.28 |
| Hex | 40 | 3B | 53 | 17 | 1D | 0 | 43 | FD | 11 | 1C |
| Octal | 100 | 73 | 123 | 27 | 35 | 0 | 103 | 375 | 21 | 34 |
| Binary | 1000000 | 111011 | 1010011 | 10111 | 11101 | 0 | 1000011 | 11111101 | 10001 | 11100 |
Color Harmonies of #403B53
Complementary color
Monochromatic Colors of #403B53
Black with #403B53
Text Example
Text Example
White with #403B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B53; }
p { color: rgb(64,59,83); }
H1.HeaderClassName
{
color: #403B53;
}
.AnyTagClassName
{
color: #403B53;
}
</style>
background-color css
<style>
a { background-color: #403B53; }
a { background-color: rgb(64,59,83); }
div.DivClassName
{
background-color: #403B53;
}
.BgClassName
{
background-color: #403B53;
}
</style>
border-color css
<style>
span { border-color: #403B53; }
span { border-color: rgb(64,59,83); }
td.TdClassName
{
border-color: #403B53;
}
.TagClassName
{
border-color: #403B53;
}
</style>