Shades of Grape #413851
Tints of Grape #413851
RGB
CMYK
RGB Variations
Color information
#413851 (or 0x413851) is known color: Grape. HEX triplet: 41, 38 and 51. RGB value is (65,56,81). Sum of RGB (Red+Green+Blue) = 65+56+81=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #413851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413851 is #BEC7AE. Grayscale: #3D3D3D. Windows color (decimal): -12502959 or 5322817. OLE color: 5322817.
HSL color Cylindrical-coordinate representation of color #413851: hue angle of 261.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #413851 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 56 | 81 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.68 |
| HSL | 261.6º | 0.18% | 0.27% | - |
| HSV(B) | 261.6º | 0.31% | 0.32% | - |
| XYZ | 5.08 | 4.55 | 8.39 | - |
| YUV | 61.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 81 | 0.20 | 0.31 | 0 | 0.68 | 261.6 | 0.18 | 0.27 |
| Hex | 41 | 38 | 51 | 14 | 1F | 0 | 44 | 106 | 12 | 1B |
| Octal | 101 | 70 | 121 | 24 | 37 | 0 | 104 | 406 | 22 | 33 |
| Binary | 1000001 | 111000 | 1010001 | 10100 | 11111 | 0 | 1000100 | 100000110 | 10010 | 11011 |
Color Harmonies of #413851
Complementary color
Monochromatic Colors of #413851
Black with #413851
Text Example
Text Example
White with #413851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413851; }
p { color: rgb(65,56,81); }
H1.HeaderClassName
{
color: #413851;
}
.AnyTagClassName
{
color: #413851;
}
</style>
background-color css
<style>
a { background-color: #413851; }
a { background-color: rgb(65,56,81); }
div.DivClassName
{
background-color: #413851;
}
.BgClassName
{
background-color: #413851;
}
</style>
border-color css
<style>
span { border-color: #413851; }
span { border-color: rgb(65,56,81); }
td.TdClassName
{
border-color: #413851;
}
.TagClassName
{
border-color: #413851;
}
</style>