Shades of Grape #413D54
Tints of Grape #413D54
RGB
CMYK
RGB Variations
Color information
#413D54 (or 0x413D54) is known color: Grape. HEX triplet: 41, 3D and 54. RGB value is (65,61,84). Sum of RGB (Red+Green+Blue) = 65+61+84=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #413D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D54 is #BEC2AB. Grayscale: #404040. Windows color (decimal): -12501676 or 5520705. OLE color: 5520705.
HSL color Cylindrical-coordinate representation of color #413D54: hue angle of 250.43º degrees, saturation: 0.16, 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 #413D54 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 61 | 84 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.67 |
| HSL | 250.43º | 0.16% | 0.28% | - |
| HSV(B) | 250.43º | 0.27% | 0.33% | - |
| XYZ | 5.45 | 5.1 | 9.08 | - |
| YUV | 64.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 84 | 0.23 | 0.27 | 0 | 0.67 | 250.43 | 0.16 | 0.28 |
| Hex | 41 | 3D | 54 | 17 | 1B | 0 | 43 | FA | 10 | 1C |
| Octal | 101 | 75 | 124 | 27 | 33 | 0 | 103 | 372 | 20 | 34 |
| Binary | 1000001 | 111101 | 1010100 | 10111 | 11011 | 0 | 1000011 | 11111010 | 10000 | 11100 |
Color Harmonies of #413D54
Complementary color
Monochromatic Colors of #413D54
Black with #413D54
Text Example
Text Example
White with #413D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D54; }
p { color: rgb(65,61,84); }
H1.HeaderClassName
{
color: #413D54;
}
.AnyTagClassName
{
color: #413D54;
}
</style>
background-color css
<style>
a { background-color: #413D54; }
a { background-color: rgb(65,61,84); }
div.DivClassName
{
background-color: #413D54;
}
.BgClassName
{
background-color: #413D54;
}
</style>
border-color css
<style>
span { border-color: #413D54; }
span { border-color: rgb(65,61,84); }
td.TdClassName
{
border-color: #413D54;
}
.TagClassName
{
border-color: #413D54;
}
</style>