Shades of Grape #41374F
Tints of Grape #41374F
RGB
CMYK
RGB Variations
Color information
#41374F (or 0x41374F) is known color: Grape. HEX triplet: 41, 37 and 4F. RGB value is (65,55,79). Sum of RGB (Red+Green+Blue) = 65+55+79=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #41374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41374F is #BEC8B0. Grayscale: #3C3C3C. Windows color (decimal): -12503217 or 5191489. OLE color: 5191489.
HSL color Cylindrical-coordinate representation of color #41374F: hue angle of 265º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41374F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 55 | 79 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.69 |
| HSL | 265º | 0.18% | 0.26% | - |
| HSV(B) | 265º | 0.3% | 0.31% | - |
| XYZ | 4.96 | 4.42 | 7.99 | - |
| YUV | 60.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 79 | 0.18 | 0.30 | 0 | 0.69 | 265 | 0.18 | 0.26 |
| Hex | 41 | 37 | 4F | 12 | 1E | 0 | 45 | 109 | 12 | 1A |
| Octal | 101 | 67 | 117 | 22 | 36 | 0 | 105 | 411 | 22 | 32 |
| Binary | 1000001 | 110111 | 1001111 | 10010 | 11110 | 0 | 1000101 | 100001001 | 10010 | 11010 |
Color Harmonies of #41374F
Complementary color
Monochromatic Colors of #41374F
Black with #41374F
Text Example
Text Example
White with #41374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41374F; }
p { color: rgb(65,55,79); }
H1.HeaderClassName
{
color: #41374F;
}
.AnyTagClassName
{
color: #41374F;
}
</style>
background-color css
<style>
a { background-color: #41374F; }
a { background-color: rgb(65,55,79); }
div.DivClassName
{
background-color: #41374F;
}
.BgClassName
{
background-color: #41374F;
}
</style>
border-color css
<style>
span { border-color: #41374F; }
span { border-color: rgb(65,55,79); }
td.TdClassName
{
border-color: #41374F;
}
.TagClassName
{
border-color: #41374F;
}
</style>