Shades of Grape #41384D
Tints of Grape #41384D
RGB
CMYK
RGB Variations
Color information
#41384D (or 0x41384D) is known color: Grape. HEX triplet: 41, 38 and 4D. RGB value is (65,56,77). Sum of RGB (Red+Green+Blue) = 65+56+77=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #41384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41384D is #BEC7B2. Grayscale: #3D3D3D. Windows color (decimal): -12502963 or 5060673. OLE color: 5060673.
HSL color Cylindrical-coordinate representation of color #41384D: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #41384D is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 56 | 77 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.70 |
| HSL | 265.71º | 0.16% | 0.26% | - |
| HSV(B) | 265.71º | 0.27% | 0.3% | - |
| XYZ | 4.93 | 4.49 | 7.63 | - |
| YUV | 61.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 77 | 0.16 | 0.27 | 0 | 0.70 | 265.71 | 0.16 | 0.26 |
| Hex | 41 | 38 | 4D | 10 | 1B | 0 | 46 | 10A | 10 | 1A |
| Octal | 101 | 70 | 115 | 20 | 33 | 0 | 106 | 412 | 20 | 32 |
| Binary | 1000001 | 111000 | 1001101 | 10000 | 11011 | 0 | 1000110 | 100001010 | 10000 | 11010 |
Color Harmonies of #41384D
Complementary color
Monochromatic Colors of #41384D
Black with #41384D
Text Example
Text Example
White with #41384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41384D; }
p { color: rgb(65,56,77); }
H1.HeaderClassName
{
color: #41384D;
}
.AnyTagClassName
{
color: #41384D;
}
</style>
background-color css
<style>
a { background-color: #41384D; }
a { background-color: rgb(65,56,77); }
div.DivClassName
{
background-color: #41384D;
}
.BgClassName
{
background-color: #41384D;
}
</style>
border-color css
<style>
span { border-color: #41384D; }
span { border-color: rgb(65,56,77); }
td.TdClassName
{
border-color: #41384D;
}
.TagClassName
{
border-color: #41384D;
}
</style>