Shades of Grape #413A54
Tints of Grape #413A54
RGB
CMYK
RGB Variations
Color information
#413A54 (or 0x413A54) is known color: Grape. HEX triplet: 41, 3A and 54. RGB value is (65,58,84). Sum of RGB (Red+Green+Blue) = 65+58+84=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #413A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A54 is #BEC5AB. Grayscale: #3E3E3E. Windows color (decimal): -12502444 or 5519937. OLE color: 5519937.
HSL color Cylindrical-coordinate representation of color #413A54: hue angle of 256.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #413A54 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 58 | 84 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.67 |
| HSL | 256.15º | 0.18% | 0.28% | - |
| HSV(B) | 256.15º | 0.31% | 0.33% | - |
| XYZ | 5.29 | 4.79 | 9.03 | - |
| YUV | 63.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 84 | 0.23 | 0.31 | 0 | 0.67 | 256.15 | 0.18 | 0.28 |
| Hex | 41 | 3A | 54 | 17 | 1F | 0 | 43 | 100 | 12 | 1C |
| Octal | 101 | 72 | 124 | 27 | 37 | 0 | 103 | 400 | 22 | 34 |
| Binary | 1000001 | 111010 | 1010100 | 10111 | 11111 | 0 | 1000011 | 100000000 | 10010 | 11100 |
Color Harmonies of #413A54
Complementary color
Monochromatic Colors of #413A54
Black with #413A54
Text Example
Text Example
White with #413A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A54; }
p { color: rgb(65,58,84); }
H1.HeaderClassName
{
color: #413A54;
}
.AnyTagClassName
{
color: #413A54;
}
</style>
background-color css
<style>
a { background-color: #413A54; }
a { background-color: rgb(65,58,84); }
div.DivClassName
{
background-color: #413A54;
}
.BgClassName
{
background-color: #413A54;
}
</style>
border-color css
<style>
span { border-color: #413A54; }
span { border-color: rgb(65,58,84); }
td.TdClassName
{
border-color: #413A54;
}
.TagClassName
{
border-color: #413A54;
}
</style>