Shades of Grape #413E4B
Tints of Grape #413E4B
RGB
CMYK
RGB Variations
Color information
#413E4B (or 0x413E4B) is known color: Grape. HEX triplet: 41, 3E and 4B. RGB value is (65,62,75). Sum of RGB (Red+Green+Blue) = 65+62+75=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #413E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E4B is #BEC1B4. Grayscale: #404040. Windows color (decimal): -12501429 or 4931137. OLE color: 4931137.
HSL color Cylindrical-coordinate representation of color #413E4B: hue angle of 253.85º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #413E4B is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 62 | 75 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.71 |
| HSL | 253.85º | 0.09% | 0.27% | - |
| HSV(B) | 253.85º | 0.17% | 0.29% | - |
| XYZ | 5.17 | 5.08 | 7.36 | - |
| YUV | 64.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 75 | 0.13 | 0.17 | 0 | 0.71 | 253.85 | 0.09 | 0.27 |
| Hex | 41 | 3E | 4B | D | 11 | 0 | 47 | FE | 9 | 1B |
| Octal | 101 | 76 | 113 | 15 | 21 | 0 | 107 | 376 | 11 | 33 |
| Binary | 1000001 | 111110 | 1001011 | 1101 | 10001 | 0 | 1000111 | 11111110 | 1001 | 11011 |
Color Harmonies of #413E4B
Complementary color
Monochromatic Colors of #413E4B
Black with #413E4B
Text Example
Text Example
White with #413E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E4B; }
p { color: rgb(65,62,75); }
H1.HeaderClassName
{
color: #413E4B;
}
.AnyTagClassName
{
color: #413E4B;
}
</style>
background-color css
<style>
a { background-color: #413E4B; }
a { background-color: rgb(65,62,75); }
div.DivClassName
{
background-color: #413E4B;
}
.BgClassName
{
background-color: #413E4B;
}
</style>
border-color css
<style>
span { border-color: #413E4B; }
span { border-color: rgb(65,62,75); }
td.TdClassName
{
border-color: #413E4B;
}
.TagClassName
{
border-color: #413E4B;
}
</style>