Shades of Scarlet Gum #4E3158
Tints of Scarlet Gum #4E3158
RGB
CMYK
RGB Variations
Color information
#4E3158 (or 0x4E3158) is known color: Scarlet Gum. HEX triplet: 4E, 31 and 58. RGB value is (78,49,88). Sum of RGB (Red+Green+Blue) = 78+49+88=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E3158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3158 is #B1CEA7. Grayscale: #3D3D3D. Windows color (decimal): -11652776 or 5779790. OLE color: 5779790.
HSL color Cylindrical-coordinate representation of color #4E3158: hue angle of 284.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E3158 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 49 | 88 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.65 |
| HSL | 284.62º | 0.28% | 0.27% | - |
| HSV(B) | 284.62º | 0.44% | 0.35% | - |
| XYZ | 6 | 4.52 | 9.79 | - |
| YUV | 62.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 88 | 0.11 | 0.44 | 0 | 0.65 | 284.62 | 0.28 | 0.27 |
| Hex | 4E | 31 | 58 | B | 2C | 0 | 41 | 11D | 1C | 1B |
| Octal | 116 | 61 | 130 | 13 | 54 | 0 | 101 | 435 | 34 | 33 |
| Binary | 1001110 | 110001 | 1011000 | 1011 | 101100 | 0 | 1000001 | 100011101 | 11100 | 11011 |
Color Harmonies of #4E3158
Complementary color
Monochromatic Colors of #4E3158
Black with #4E3158
Text Example
Text Example
White with #4E3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3158; }
p { color: rgb(78,49,88); }
H1.HeaderClassName
{
color: #4E3158;
}
.AnyTagClassName
{
color: #4E3158;
}
</style>
background-color css
<style>
a { background-color: #4E3158; }
a { background-color: rgb(78,49,88); }
div.DivClassName
{
background-color: #4E3158;
}
.BgClassName
{
background-color: #4E3158;
}
</style>
border-color css
<style>
span { border-color: #4E3158; }
span { border-color: rgb(78,49,88); }
td.TdClassName
{
border-color: #4E3158;
}
.TagClassName
{
border-color: #4E3158;
}
</style>