Shades of Grape #40384D
Tints of Grape #40384D
RGB
CMYK
RGB Variations
Color information
#40384D (or 0x40384D) is known color: Grape. HEX triplet: 40, 38 and 4D. RGB value is (64,56,77). Sum of RGB (Red+Green+Blue) = 64+56+77=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #40384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40384D is #BFC7B2. Grayscale: #3C3C3C. Windows color (decimal): -12568499 or 5060672. OLE color: 5060672.
HSL color Cylindrical-coordinate representation of color #40384D: hue angle of 262.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40384D is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 56 | 77 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.70 |
| HSL | 262.86º | 0.16% | 0.26% | - |
| HSV(B) | 262.86º | 0.27% | 0.3% | - |
| XYZ | 4.87 | 4.45 | 7.62 | - |
| YUV | 60.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 77 | 0.17 | 0.27 | 0 | 0.70 | 262.86 | 0.16 | 0.26 |
| Hex | 40 | 38 | 4D | 11 | 1B | 0 | 46 | 107 | 10 | 1A |
| Octal | 100 | 70 | 115 | 21 | 33 | 0 | 106 | 407 | 20 | 32 |
| Binary | 1000000 | 111000 | 1001101 | 10001 | 11011 | 0 | 1000110 | 100000111 | 10000 | 11010 |
Color Harmonies of #40384D
Complementary color
Monochromatic Colors of #40384D
Black with #40384D
Text Example
Text Example
White with #40384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40384D; }
p { color: rgb(64,56,77); }
H1.HeaderClassName
{
color: #40384D;
}
.AnyTagClassName
{
color: #40384D;
}
</style>
background-color css
<style>
a { background-color: #40384D; }
a { background-color: rgb(64,56,77); }
div.DivClassName
{
background-color: #40384D;
}
.BgClassName
{
background-color: #40384D;
}
</style>
border-color css
<style>
span { border-color: #40384D; }
span { border-color: rgb(64,56,77); }
td.TdClassName
{
border-color: #40384D;
}
.TagClassName
{
border-color: #40384D;
}
</style>