Shades of Grape #413A50
Tints of Grape #413A50
RGB
CMYK
RGB Variations
Color information
#413A50 (or 0x413A50) is known color: Grape. HEX triplet: 41, 3A and 50. RGB value is (65,58,80). Sum of RGB (Red+Green+Blue) = 65+58+80=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #413A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A50 is #BEC5AF. Grayscale: #3E3E3E. Windows color (decimal): -12502448 or 5257793. OLE color: 5257793.
HSL color Cylindrical-coordinate representation of color #413A50: hue angle of 259.09º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413A50 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 58 | 80 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.69 |
| HSL | 259.09º | 0.16% | 0.27% | - |
| HSV(B) | 259.09º | 0.28% | 0.31% | - |
| XYZ | 5.14 | 4.73 | 8.23 | - |
| YUV | 62.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 80 | 0.19 | 0.28 | 0 | 0.69 | 259.09 | 0.16 | 0.27 |
| Hex | 41 | 3A | 50 | 13 | 1C | 0 | 45 | 103 | 10 | 1B |
| Octal | 101 | 72 | 120 | 23 | 34 | 0 | 105 | 403 | 20 | 33 |
| Binary | 1000001 | 111010 | 1010000 | 10011 | 11100 | 0 | 1000101 | 100000011 | 10000 | 11011 |
Color Harmonies of #413A50
Complementary color
Monochromatic Colors of #413A50
Black with #413A50
Text Example
Text Example
White with #413A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A50; }
p { color: rgb(65,58,80); }
H1.HeaderClassName
{
color: #413A50;
}
.AnyTagClassName
{
color: #413A50;
}
</style>
background-color css
<style>
a { background-color: #413A50; }
a { background-color: rgb(65,58,80); }
div.DivClassName
{
background-color: #413A50;
}
.BgClassName
{
background-color: #413A50;
}
</style>
border-color css
<style>
span { border-color: #413A50; }
span { border-color: rgb(65,58,80); }
td.TdClassName
{
border-color: #413A50;
}
.TagClassName
{
border-color: #413A50;
}
</style>