Shades of Grape #403B52
Tints of Grape #403B52
RGB
CMYK
RGB Variations
Color information
#403B52 (or 0x403B52) is known color: Grape. HEX triplet: 40, 3B and 52. RGB value is (64,59,82). Sum of RGB (Red+Green+Blue) = 64+59+82=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #403B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B52 is #BFC4AD. Grayscale: #3F3F3F. Windows color (decimal): -12567726 or 5389120. OLE color: 5389120.
HSL color Cylindrical-coordinate representation of color #403B52: hue angle of 253.04º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403B52 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 59 | 82 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.68 |
| HSL | 253.04º | 0.16% | 0.28% | - |
| HSV(B) | 253.04º | 0.28% | 0.32% | - |
| XYZ | 5.2 | 4.83 | 8.64 | - |
| YUV | 63.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 82 | 0.22 | 0.28 | 0 | 0.68 | 253.04 | 0.16 | 0.28 |
| Hex | 40 | 3B | 52 | 16 | 1C | 0 | 44 | FD | 10 | 1C |
| Octal | 100 | 73 | 122 | 26 | 34 | 0 | 104 | 375 | 20 | 34 |
| Binary | 1000000 | 111011 | 1010010 | 10110 | 11100 | 0 | 1000100 | 11111101 | 10000 | 11100 |
Color Harmonies of #403B52
Complementary color
Monochromatic Colors of #403B52
Black with #403B52
Text Example
Text Example
White with #403B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B52; }
p { color: rgb(64,59,82); }
H1.HeaderClassName
{
color: #403B52;
}
.AnyTagClassName
{
color: #403B52;
}
</style>
background-color css
<style>
a { background-color: #403B52; }
a { background-color: rgb(64,59,82); }
div.DivClassName
{
background-color: #403B52;
}
.BgClassName
{
background-color: #403B52;
}
</style>
border-color css
<style>
span { border-color: #403B52; }
span { border-color: rgb(64,59,82); }
td.TdClassName
{
border-color: #403B52;
}
.TagClassName
{
border-color: #403B52;
}
</style>