Shades of Grape #403D4E
Tints of Grape #403D4E
RGB
CMYK
RGB Variations
Color information
#403D4E (or 0x403D4E) is known color: Grape. HEX triplet: 40, 3D and 4E. RGB value is (64,61,78). Sum of RGB (Red+Green+Blue) = 64+61+78=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #403D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D4E is #BFC2B1. Grayscale: #3F3F3F. Windows color (decimal): -12567218 or 5127488. OLE color: 5127488.
HSL color Cylindrical-coordinate representation of color #403D4E: hue angle of 250.59º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403D4E is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 61 | 78 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.69 |
| HSL | 250.59º | 0.12% | 0.27% | - |
| HSV(B) | 250.59º | 0.22% | 0.31% | - |
| XYZ | 5.16 | 4.98 | 7.9 | - |
| YUV | 63.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 78 | 0.18 | 0.22 | 0 | 0.69 | 250.59 | 0.12 | 0.27 |
| Hex | 40 | 3D | 4E | 12 | 16 | 0 | 45 | FB | C | 1B |
| Octal | 100 | 75 | 116 | 22 | 26 | 0 | 105 | 373 | 14 | 33 |
| Binary | 1000000 | 111101 | 1001110 | 10010 | 10110 | 0 | 1000101 | 11111011 | 1100 | 11011 |
Color Harmonies of #403D4E
Complementary color
Monochromatic Colors of #403D4E
Black with #403D4E
Text Example
Text Example
White with #403D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D4E; }
p { color: rgb(64,61,78); }
H1.HeaderClassName
{
color: #403D4E;
}
.AnyTagClassName
{
color: #403D4E;
}
</style>
background-color css
<style>
a { background-color: #403D4E; }
a { background-color: rgb(64,61,78); }
div.DivClassName
{
background-color: #403D4E;
}
.BgClassName
{
background-color: #403D4E;
}
</style>
border-color css
<style>
span { border-color: #403D4E; }
span { border-color: rgb(64,61,78); }
td.TdClassName
{
border-color: #403D4E;
}
.TagClassName
{
border-color: #403D4E;
}
</style>