Shades of Grape #413C49
Tints of Grape #413C49
RGB
CMYK
RGB Variations
Color information
#413C49 (or 0x413C49) is known color: Grape. HEX triplet: 41, 3C and 49. RGB value is (65,60,73). Sum of RGB (Red+Green+Blue) = 65+60+73=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 73 - color contains mainly: blue. Hex color #413C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C49 is #BEC3B6. Grayscale: #3E3E3E. Windows color (decimal): -12501943 or 4799553. OLE color: 4799553.
HSL color Cylindrical-coordinate representation of color #413C49: hue angle of 263.08º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #413C49 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 60 | 73 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.71 |
| HSL | 263.08º | 0.1% | 0.26% | - |
| HSV(B) | 263.08º | 0.18% | 0.29% | - |
| XYZ | 5 | 4.84 | 6.97 | - |
| YUV | 62.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 73 | 0.11 | 0.18 | 0 | 0.71 | 263.08 | 0.1 | 0.26 |
| Hex | 41 | 3C | 49 | B | 12 | 0 | 47 | 107 | A | 1A |
| Octal | 101 | 74 | 111 | 13 | 22 | 0 | 107 | 407 | 12 | 32 |
| Binary | 1000001 | 111100 | 1001001 | 1011 | 10010 | 0 | 1000111 | 100000111 | 1010 | 11010 |
Color Harmonies of #413C49
Complementary color
Monochromatic Colors of #413C49
Black with #413C49
Text Example
Text Example
White with #413C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C49; }
p { color: rgb(65,60,73); }
H1.HeaderClassName
{
color: #413C49;
}
.AnyTagClassName
{
color: #413C49;
}
</style>
background-color css
<style>
a { background-color: #413C49; }
a { background-color: rgb(65,60,73); }
div.DivClassName
{
background-color: #413C49;
}
.BgClassName
{
background-color: #413C49;
}
</style>
border-color css
<style>
span { border-color: #413C49; }
span { border-color: rgb(65,60,73); }
td.TdClassName
{
border-color: #413C49;
}
.TagClassName
{
border-color: #413C49;
}
</style>