Shades of Grape #3F394E
Tints of Grape #3F394E
RGB
CMYK
RGB Variations
Color information
#3F394E (or 0x3F394E) is known color: Grape. HEX triplet: 3F, 39 and 4E. RGB value is (63,57,78). Sum of RGB (Red+Green+Blue) = 63+57+78=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F394E is #C0C6B1. Grayscale: #3D3D3D. Windows color (decimal): -12633778 or 5126463. OLE color: 5126463.
HSL color Cylindrical-coordinate representation of color #3F394E: hue angle of 257.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F394E is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 57 | 78 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.69 |
| HSL | 257.14º | 0.16% | 0.26% | - |
| HSV(B) | 257.14º | 0.27% | 0.31% | - |
| XYZ | 4.89 | 4.53 | 7.83 | - |
| YUV | 61.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 78 | 0.19 | 0.27 | 0 | 0.69 | 257.14 | 0.16 | 0.26 |
| Hex | 3F | 39 | 4E | 13 | 1B | 0 | 45 | 101 | 10 | 1A |
| Octal | 77 | 71 | 116 | 23 | 33 | 0 | 105 | 401 | 20 | 32 |
| Binary | 111111 | 111001 | 1001110 | 10011 | 11011 | 0 | 1000101 | 100000001 | 10000 | 11010 |
Color Harmonies of #3F394E
Complementary color
Monochromatic Colors of #3F394E
Black with #3F394E
Text Example
Text Example
White with #3F394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F394E; }
p { color: rgb(63,57,78); }
H1.HeaderClassName
{
color: #3F394E;
}
.AnyTagClassName
{
color: #3F394E;
}
</style>
background-color css
<style>
a { background-color: #3F394E; }
a { background-color: rgb(63,57,78); }
div.DivClassName
{
background-color: #3F394E;
}
.BgClassName
{
background-color: #3F394E;
}
</style>
border-color css
<style>
span { border-color: #3F394E; }
span { border-color: rgb(63,57,78); }
td.TdClassName
{
border-color: #3F394E;
}
.TagClassName
{
border-color: #3F394E;
}
</style>