Shades of Scarlet Gum #4E2965
Tints of Scarlet Gum #4E2965
RGB
CMYK
RGB Variations
Color information
#4E2965 (or 0x4E2965) is known color: Scarlet Gum. HEX triplet: 4E, 29 and 65. RGB value is (78,41,101). Sum of RGB (Red+Green+Blue) = 78+41+101=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E2965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2965 is #B1D69A. Grayscale: #3A3A3A. Windows color (decimal): -11654811 or 6629710. OLE color: 6629710.
HSL color Cylindrical-coordinate representation of color #4E2965: hue angle of 277º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2965 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 41 | 101 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.60 |
| HSL | 277º | 0.42% | 0.28% | - |
| HSV(B) | 277º | 0.59% | 0.4% | - |
| XYZ | 6.28 | 4.15 | 12.78 | - |
| YUV | 58.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 101 | 0.23 | 0.59 | 0 | 0.60 | 277 | 0.42 | 0.28 |
| Hex | 4E | 29 | 65 | 17 | 3B | 0 | 3C | 115 | 2A | 1C |
| Octal | 116 | 51 | 145 | 27 | 73 | 0 | 74 | 425 | 52 | 34 |
| Binary | 1001110 | 101001 | 1100101 | 10111 | 111011 | 0 | 111100 | 100010101 | 101010 | 11100 |
Color Harmonies of #4E2965
Complementary color
Monochromatic Colors of #4E2965
Black with #4E2965
Text Example
Text Example
White with #4E2965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2965; }
p { color: rgb(78,41,101); }
H1.HeaderClassName
{
color: #4E2965;
}
.AnyTagClassName
{
color: #4E2965;
}
</style>
background-color css
<style>
a { background-color: #4E2965; }
a { background-color: rgb(78,41,101); }
div.DivClassName
{
background-color: #4E2965;
}
.BgClassName
{
background-color: #4E2965;
}
</style>
border-color css
<style>
span { border-color: #4E2965; }
span { border-color: rgb(78,41,101); }
td.TdClassName
{
border-color: #4E2965;
}
.TagClassName
{
border-color: #4E2965;
}
</style>