Shades of Grape #413D53
Tints of Grape #413D53
RGB
CMYK
RGB Variations
Color information
#413D53 (or 0x413D53) is known color: Grape. HEX triplet: 41, 3D and 53. RGB value is (65,61,83). Sum of RGB (Red+Green+Blue) = 65+61+83=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #413D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D53 is #BEC2AC. Grayscale: #404040. Windows color (decimal): -12501677 or 5455169. OLE color: 5455169.
HSL color Cylindrical-coordinate representation of color #413D53: hue angle of 250.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413D53 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 61 | 83 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.67 |
| HSL | 250.91º | 0.15% | 0.28% | - |
| HSV(B) | 250.91º | 0.27% | 0.33% | - |
| XYZ | 5.41 | 5.09 | 8.88 | - |
| YUV | 64.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 83 | 0.22 | 0.27 | 0 | 0.67 | 250.91 | 0.15 | 0.28 |
| Hex | 41 | 3D | 53 | 16 | 1B | 0 | 43 | FB | F | 1C |
| Octal | 101 | 75 | 123 | 26 | 33 | 0 | 103 | 373 | 17 | 34 |
| Binary | 1000001 | 111101 | 1010011 | 10110 | 11011 | 0 | 1000011 | 11111011 | 1111 | 11100 |
Color Harmonies of #413D53
Complementary color
Monochromatic Colors of #413D53
Black with #413D53
Text Example
Text Example
White with #413D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D53; }
p { color: rgb(65,61,83); }
H1.HeaderClassName
{
color: #413D53;
}
.AnyTagClassName
{
color: #413D53;
}
</style>
background-color css
<style>
a { background-color: #413D53; }
a { background-color: rgb(65,61,83); }
div.DivClassName
{
background-color: #413D53;
}
.BgClassName
{
background-color: #413D53;
}
</style>
border-color css
<style>
span { border-color: #413D53; }
span { border-color: rgb(65,61,83); }
td.TdClassName
{
border-color: #413D53;
}
.TagClassName
{
border-color: #413D53;
}
</style>