Shades of Grape #413A55
Tints of Grape #413A55
RGB
CMYK
RGB Variations
Color information
#413A55 (or 0x413A55) is known color: Grape. HEX triplet: 41, 3A and 55. RGB value is (65,58,85). Sum of RGB (Red+Green+Blue) = 65+58+85=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #413A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A55 is #BEC5AA. Grayscale: #3F3F3F. Windows color (decimal): -12502443 or 5585473. OLE color: 5585473.
HSL color Cylindrical-coordinate representation of color #413A55: hue angle of 255.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #413A55 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 58 | 85 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.67 |
| HSL | 255.56º | 0.19% | 0.28% | - |
| HSV(B) | 255.56º | 0.32% | 0.33% | - |
| XYZ | 5.33 | 4.81 | 9.24 | - |
| YUV | 63.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 85 | 0.24 | 0.32 | 0 | 0.67 | 255.56 | 0.19 | 0.28 |
| Hex | 41 | 3A | 55 | 18 | 20 | 0 | 43 | 100 | 13 | 1C |
| Octal | 101 | 72 | 125 | 30 | 40 | 0 | 103 | 400 | 23 | 34 |
| Binary | 1000001 | 111010 | 1010101 | 11000 | 100000 | 0 | 1000011 | 100000000 | 10011 | 11100 |
Color Harmonies of #413A55
Complementary color
Monochromatic Colors of #413A55
Black with #413A55
Text Example
Text Example
White with #413A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A55; }
p { color: rgb(65,58,85); }
H1.HeaderClassName
{
color: #413A55;
}
.AnyTagClassName
{
color: #413A55;
}
</style>
background-color css
<style>
a { background-color: #413A55; }
a { background-color: rgb(65,58,85); }
div.DivClassName
{
background-color: #413A55;
}
.BgClassName
{
background-color: #413A55;
}
</style>
border-color css
<style>
span { border-color: #413A55; }
span { border-color: rgb(65,58,85); }
td.TdClassName
{
border-color: #413A55;
}
.TagClassName
{
border-color: #413A55;
}
</style>