Shades of Grape #3E3A50
Tints of Grape #3E3A50
RGB
CMYK
RGB Variations
Color information
#3E3A50 (or 0x3E3A50) is known color: Grape. HEX triplet: 3E, 3A and 50. RGB value is (62,58,80). Sum of RGB (Red+Green+Blue) = 62+58+80=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E3A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A50 is #C1C5AF. Grayscale: #3D3D3D. Windows color (decimal): -12699056 or 5257790. OLE color: 5257790.
HSL color Cylindrical-coordinate representation of color #3E3A50: hue angle of 250.91º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E3A50 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 58 | 80 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.69 |
| HSL | 250.91º | 0.16% | 0.27% | - |
| HSV(B) | 250.91º | 0.28% | 0.31% | - |
| XYZ | 4.95 | 4.63 | 8.22 | - |
| YUV | 61.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 80 | 0.22 | 0.28 | 0 | 0.69 | 250.91 | 0.16 | 0.27 |
| Hex | 3E | 3A | 50 | 16 | 1C | 0 | 45 | FB | 10 | 1B |
| Octal | 76 | 72 | 120 | 26 | 34 | 0 | 105 | 373 | 20 | 33 |
| Binary | 111110 | 111010 | 1010000 | 10110 | 11100 | 0 | 1000101 | 11111011 | 10000 | 11011 |
Color Harmonies of #3E3A50
Complementary color
Monochromatic Colors of #3E3A50
Black with #3E3A50
Text Example
Text Example
White with #3E3A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A50; }
p { color: rgb(62,58,80); }
H1.HeaderClassName
{
color: #3E3A50;
}
.AnyTagClassName
{
color: #3E3A50;
}
</style>
background-color css
<style>
a { background-color: #3E3A50; }
a { background-color: rgb(62,58,80); }
div.DivClassName
{
background-color: #3E3A50;
}
.BgClassName
{
background-color: #3E3A50;
}
</style>
border-color css
<style>
span { border-color: #3E3A50; }
span { border-color: rgb(62,58,80); }
td.TdClassName
{
border-color: #3E3A50;
}
.TagClassName
{
border-color: #3E3A50;
}
</style>