Shades of Grape #3F3A4E
Tints of Grape #3F3A4E
RGB
CMYK
RGB Variations
Color information
#3F3A4E (or 0x3F3A4E) is known color: Grape. HEX triplet: 3F, 3A and 4E. RGB value is (63,58,78). Sum of RGB (Red+Green+Blue) = 63+58+78=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F3A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A4E is #C0C5B1. Grayscale: #3D3D3D. Windows color (decimal): -12633522 or 5126719. OLE color: 5126719.
HSL color Cylindrical-coordinate representation of color #3F3A4E: hue angle of 255º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F3A4E is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 58 | 78 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.69 |
| HSL | 255º | 0.15% | 0.27% | - |
| HSV(B) | 255º | 0.26% | 0.31% | - |
| XYZ | 4.94 | 4.63 | 7.84 | - |
| YUV | 61.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 78 | 0.19 | 0.26 | 0 | 0.69 | 255 | 0.15 | 0.27 |
| Hex | 3F | 3A | 4E | 13 | 1A | 0 | 45 | FF | F | 1B |
| Octal | 77 | 72 | 116 | 23 | 32 | 0 | 105 | 377 | 17 | 33 |
| Binary | 111111 | 111010 | 1001110 | 10011 | 11010 | 0 | 1000101 | 11111111 | 1111 | 11011 |
Color Harmonies of #3F3A4E
Complementary color
Monochromatic Colors of #3F3A4E
Black with #3F3A4E
Text Example
Text Example
White with #3F3A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A4E; }
p { color: rgb(63,58,78); }
H1.HeaderClassName
{
color: #3F3A4E;
}
.AnyTagClassName
{
color: #3F3A4E;
}
</style>
background-color css
<style>
a { background-color: #3F3A4E; }
a { background-color: rgb(63,58,78); }
div.DivClassName
{
background-color: #3F3A4E;
}
.BgClassName
{
background-color: #3F3A4E;
}
</style>
border-color css
<style>
span { border-color: #3F3A4E; }
span { border-color: rgb(63,58,78); }
td.TdClassName
{
border-color: #3F3A4E;
}
.TagClassName
{
border-color: #3F3A4E;
}
</style>