Shades of Grape #413D55
Tints of Grape #413D55
RGB
CMYK
RGB Variations
Color information
#413D55 (or 0x413D55) is known color: Grape. HEX triplet: 41, 3D and 55. RGB value is (65,61,85). Sum of RGB (Red+Green+Blue) = 65+61+85=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #413D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D55 is #BEC2AA. Grayscale: #404040. Windows color (decimal): -12501675 or 5586241. OLE color: 5586241.
HSL color Cylindrical-coordinate representation of color #413D55: hue angle of 250º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #413D55 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 61 | 85 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.67 |
| HSL | 250º | 0.16% | 0.29% | - |
| HSV(B) | 250º | 0.28% | 0.33% | - |
| XYZ | 5.49 | 5.12 | 9.29 | - |
| YUV | 64.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 85 | 0.24 | 0.28 | 0 | 0.67 | 250 | 0.16 | 0.29 |
| Hex | 41 | 3D | 55 | 18 | 1C | 0 | 43 | FA | 10 | 1D |
| Octal | 101 | 75 | 125 | 30 | 34 | 0 | 103 | 372 | 20 | 35 |
| Binary | 1000001 | 111101 | 1010101 | 11000 | 11100 | 0 | 1000011 | 11111010 | 10000 | 11101 |
Color Harmonies of #413D55
Complementary color
Monochromatic Colors of #413D55
Black with #413D55
Text Example
Text Example
White with #413D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D55; }
p { color: rgb(65,61,85); }
H1.HeaderClassName
{
color: #413D55;
}
.AnyTagClassName
{
color: #413D55;
}
</style>
background-color css
<style>
a { background-color: #413D55; }
a { background-color: rgb(65,61,85); }
div.DivClassName
{
background-color: #413D55;
}
.BgClassName
{
background-color: #413D55;
}
</style>
border-color css
<style>
span { border-color: #413D55; }
span { border-color: rgb(65,61,85); }
td.TdClassName
{
border-color: #413D55;
}
.TagClassName
{
border-color: #413D55;
}
</style>