Shades of Grape #413C54
Tints of Grape #413C54
RGB
CMYK
RGB Variations
Color information
#413C54 (or 0x413C54) is known color: Grape. HEX triplet: 41, 3C and 54. RGB value is (65,60,84). Sum of RGB (Red+Green+Blue) = 65+60+84=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #413C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C54 is #BEC3AB. Grayscale: #404040. Windows color (decimal): -12501932 or 5520449. OLE color: 5520449.
HSL color Cylindrical-coordinate representation of color #413C54: hue angle of 252.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413C54 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 60 | 84 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.67 |
| HSL | 252.5º | 0.17% | 0.28% | - |
| HSV(B) | 252.5º | 0.29% | 0.33% | - |
| XYZ | 5.4 | 5 | 9.07 | - |
| YUV | 64.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 84 | 0.23 | 0.29 | 0 | 0.67 | 252.5 | 0.17 | 0.28 |
| Hex | 41 | 3C | 54 | 17 | 1D | 0 | 43 | FD | 11 | 1C |
| Octal | 101 | 74 | 124 | 27 | 35 | 0 | 103 | 375 | 21 | 34 |
| Binary | 1000001 | 111100 | 1010100 | 10111 | 11101 | 0 | 1000011 | 11111101 | 10001 | 11100 |
Color Harmonies of #413C54
Complementary color
Monochromatic Colors of #413C54
Black with #413C54
Text Example
Text Example
White with #413C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C54; }
p { color: rgb(65,60,84); }
H1.HeaderClassName
{
color: #413C54;
}
.AnyTagClassName
{
color: #413C54;
}
</style>
background-color css
<style>
a { background-color: #413C54; }
a { background-color: rgb(65,60,84); }
div.DivClassName
{
background-color: #413C54;
}
.BgClassName
{
background-color: #413C54;
}
</style>
border-color css
<style>
span { border-color: #413C54; }
span { border-color: rgb(65,60,84); }
td.TdClassName
{
border-color: #413C54;
}
.TagClassName
{
border-color: #413C54;
}
</style>