Shades of Grape #413D51
Tints of Grape #413D51
RGB
CMYK
RGB Variations
Color information
#413D51 (or 0x413D51) is known color: Grape. HEX triplet: 41, 3D and 51. RGB value is (65,61,81). Sum of RGB (Red+Green+Blue) = 65+61+81=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #413D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D51 is #BEC2AE. Grayscale: #404040. Windows color (decimal): -12501679 or 5324097. OLE color: 5324097.
HSL color Cylindrical-coordinate representation of color #413D51: hue angle of 252º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413D51 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 61 | 81 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.68 |
| HSL | 252º | 0.14% | 0.28% | - |
| HSV(B) | 252º | 0.25% | 0.32% | - |
| XYZ | 5.33 | 5.06 | 8.48 | - |
| YUV | 64.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 81 | 0.20 | 0.25 | 0 | 0.68 | 252 | 0.14 | 0.28 |
| Hex | 41 | 3D | 51 | 14 | 19 | 0 | 44 | FC | E | 1C |
| Octal | 101 | 75 | 121 | 24 | 31 | 0 | 104 | 374 | 16 | 34 |
| Binary | 1000001 | 111101 | 1010001 | 10100 | 11001 | 0 | 1000100 | 11111100 | 1110 | 11100 |
Color Harmonies of #413D51
Complementary color
Monochromatic Colors of #413D51
Black with #413D51
Text Example
Text Example
White with #413D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D51; }
p { color: rgb(65,61,81); }
H1.HeaderClassName
{
color: #413D51;
}
.AnyTagClassName
{
color: #413D51;
}
</style>
background-color css
<style>
a { background-color: #413D51; }
a { background-color: rgb(65,61,81); }
div.DivClassName
{
background-color: #413D51;
}
.BgClassName
{
background-color: #413D51;
}
</style>
border-color css
<style>
span { border-color: #413D51; }
span { border-color: rgb(65,61,81); }
td.TdClassName
{
border-color: #413D51;
}
.TagClassName
{
border-color: #413D51;
}
</style>