Shades of Grape #413B51
Tints of Grape #413B51
RGB
CMYK
RGB Variations
Color information
#413B51 (or 0x413B51) is known color: Grape. HEX triplet: 41, 3B and 51. RGB value is (65,59,81). Sum of RGB (Red+Green+Blue) = 65+59+81=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #413B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B51 is #BEC4AE. Grayscale: #3F3F3F. Windows color (decimal): -12502191 or 5323585. OLE color: 5323585.
HSL color Cylindrical-coordinate representation of color #413B51: hue angle of 256.36º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413B51 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 59 | 81 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.68 |
| HSL | 256.36º | 0.16% | 0.27% | - |
| HSV(B) | 256.36º | 0.27% | 0.32% | - |
| XYZ | 5.23 | 4.85 | 8.44 | - |
| YUV | 63.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 81 | 0.20 | 0.27 | 0 | 0.68 | 256.36 | 0.16 | 0.27 |
| Hex | 41 | 3B | 51 | 14 | 1B | 0 | 44 | 100 | 10 | 1B |
| Octal | 101 | 73 | 121 | 24 | 33 | 0 | 104 | 400 | 20 | 33 |
| Binary | 1000001 | 111011 | 1010001 | 10100 | 11011 | 0 | 1000100 | 100000000 | 10000 | 11011 |
Color Harmonies of #413B51
Complementary color
Monochromatic Colors of #413B51
Black with #413B51
Text Example
Text Example
White with #413B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B51; }
p { color: rgb(65,59,81); }
H1.HeaderClassName
{
color: #413B51;
}
.AnyTagClassName
{
color: #413B51;
}
</style>
background-color css
<style>
a { background-color: #413B51; }
a { background-color: rgb(65,59,81); }
div.DivClassName
{
background-color: #413B51;
}
.BgClassName
{
background-color: #413B51;
}
</style>
border-color css
<style>
span { border-color: #413B51; }
span { border-color: rgb(65,59,81); }
td.TdClassName
{
border-color: #413B51;
}
.TagClassName
{
border-color: #413B51;
}
</style>