Shades of Scarlet Gum #4E3358
Tints of Scarlet Gum #4E3358
RGB
CMYK
RGB Variations
Color information
#4E3358 (or 0x4E3358) is known color: Scarlet Gum. HEX triplet: 4E, 33 and 58. RGB value is (78,51,88). Sum of RGB (Red+Green+Blue) = 78+51+88=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E3358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3358 is #B1CCA7. Grayscale: #3F3F3F. Windows color (decimal): -11652264 or 5780302. OLE color: 5780302.
HSL color Cylindrical-coordinate representation of color #4E3358: hue angle of 283.78º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E3358 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 51 | 88 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.65 |
| HSL | 283.78º | 0.27% | 0.27% | - |
| HSV(B) | 283.78º | 0.42% | 0.35% | - |
| XYZ | 6.09 | 4.69 | 9.82 | - |
| YUV | 63.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 88 | 0.11 | 0.42 | 0 | 0.65 | 283.78 | 0.27 | 0.27 |
| Hex | 4E | 33 | 58 | B | 2A | 0 | 41 | 11C | 1B | 1B |
| Octal | 116 | 63 | 130 | 13 | 52 | 0 | 101 | 434 | 33 | 33 |
| Binary | 1001110 | 110011 | 1011000 | 1011 | 101010 | 0 | 1000001 | 100011100 | 11011 | 11011 |
Color Harmonies of #4E3358
Complementary color
Monochromatic Colors of #4E3358
Black with #4E3358
Text Example
Text Example
White with #4E3358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3358; }
p { color: rgb(78,51,88); }
H1.HeaderClassName
{
color: #4E3358;
}
.AnyTagClassName
{
color: #4E3358;
}
</style>
background-color css
<style>
a { background-color: #4E3358; }
a { background-color: rgb(78,51,88); }
div.DivClassName
{
background-color: #4E3358;
}
.BgClassName
{
background-color: #4E3358;
}
</style>
border-color css
<style>
span { border-color: #4E3358; }
span { border-color: rgb(78,51,88); }
td.TdClassName
{
border-color: #4E3358;
}
.TagClassName
{
border-color: #4E3358;
}
</style>