Shades of Grape #413D52
Tints of Grape #413D52
RGB
CMYK
RGB Variations
Color information
#413D52 (or 0x413D52) is known color: Grape. HEX triplet: 41, 3D and 52. RGB value is (65,61,82). Sum of RGB (Red+Green+Blue) = 65+61+82=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 82 - color contains mainly: blue. Hex color #413D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D52 is #BEC2AD. Grayscale: #404040. Windows color (decimal): -12501678 or 5389633. OLE color: 5389633.
HSL color Cylindrical-coordinate representation of color #413D52: hue angle of 251.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413D52 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 61 | 82 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.68 |
| HSL | 251.43º | 0.15% | 0.28% | - |
| HSV(B) | 251.43º | 0.26% | 0.32% | - |
| XYZ | 5.37 | 5.07 | 8.68 | - |
| YUV | 64.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 82 | 0.21 | 0.26 | 0 | 0.68 | 251.43 | 0.15 | 0.28 |
| Hex | 41 | 3D | 52 | 15 | 1A | 0 | 44 | FB | F | 1C |
| Octal | 101 | 75 | 122 | 25 | 32 | 0 | 104 | 373 | 17 | 34 |
| Binary | 1000001 | 111101 | 1010010 | 10101 | 11010 | 0 | 1000100 | 11111011 | 1111 | 11100 |
Color Harmonies of #413D52
Complementary color
Monochromatic Colors of #413D52
Black with #413D52
Text Example
Text Example
White with #413D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D52; }
p { color: rgb(65,61,82); }
H1.HeaderClassName
{
color: #413D52;
}
.AnyTagClassName
{
color: #413D52;
}
</style>
background-color css
<style>
a { background-color: #413D52; }
a { background-color: rgb(65,61,82); }
div.DivClassName
{
background-color: #413D52;
}
.BgClassName
{
background-color: #413D52;
}
</style>
border-color css
<style>
span { border-color: #413D52; }
span { border-color: rgb(65,61,82); }
td.TdClassName
{
border-color: #413D52;
}
.TagClassName
{
border-color: #413D52;
}
</style>