Shades of Grape #40374F
Tints of Grape #40374F
RGB
CMYK
RGB Variations
Color information
#40374F (or 0x40374F) is known color: Grape. HEX triplet: 40, 37 and 4F. RGB value is (64,55,79). Sum of RGB (Red+Green+Blue) = 64+55+79=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 79 - color contains mainly: blue. Hex color #40374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40374F is #BFC8B0. Grayscale: #3C3C3C. Windows color (decimal): -12568753 or 5191488. OLE color: 5191488.
HSL color Cylindrical-coordinate representation of color #40374F: hue angle of 262.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40374F is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 55 | 79 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.69 |
| HSL | 262.5º | 0.18% | 0.26% | - |
| HSV(B) | 262.5º | 0.3% | 0.31% | - |
| XYZ | 4.89 | 4.39 | 7.99 | - |
| YUV | 60.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 79 | 0.19 | 0.30 | 0 | 0.69 | 262.5 | 0.18 | 0.26 |
| Hex | 40 | 37 | 4F | 13 | 1E | 0 | 45 | 106 | 12 | 1A |
| Octal | 100 | 67 | 117 | 23 | 36 | 0 | 105 | 406 | 22 | 32 |
| Binary | 1000000 | 110111 | 1001111 | 10011 | 11110 | 0 | 1000101 | 100000110 | 10010 | 11010 |
Color Harmonies of #40374F
Complementary color
Monochromatic Colors of #40374F
Black with #40374F
Text Example
Text Example
White with #40374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40374F; }
p { color: rgb(64,55,79); }
H1.HeaderClassName
{
color: #40374F;
}
.AnyTagClassName
{
color: #40374F;
}
</style>
background-color css
<style>
a { background-color: #40374F; }
a { background-color: rgb(64,55,79); }
div.DivClassName
{
background-color: #40374F;
}
.BgClassName
{
background-color: #40374F;
}
</style>
border-color css
<style>
span { border-color: #40374F; }
span { border-color: rgb(64,55,79); }
td.TdClassName
{
border-color: #40374F;
}
.TagClassName
{
border-color: #40374F;
}
</style>