Shades of Scarlet Gum #4E2F5C
Tints of Scarlet Gum #4E2F5C
RGB
CMYK
RGB Variations
Color information
#4E2F5C (or 0x4E2F5C) is known color: Scarlet Gum. HEX triplet: 4E, 2F and 5C. RGB value is (78,47,92). Sum of RGB (Red+Green+Blue) = 78+47+92=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E2F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2F5C is #B1D0A3. Grayscale: #3D3D3D. Windows color (decimal): -11653284 or 6041422. OLE color: 6041422.
HSL color Cylindrical-coordinate representation of color #4E2F5C: hue angle of 281.33º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2F5C is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 47 | 92 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.64 |
| HSL | 281.33º | 0.32% | 0.27% | - |
| HSV(B) | 281.33º | 0.49% | 0.36% | - |
| XYZ | 6.09 | 4.43 | 10.66 | - |
| YUV | 61.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 92 | 0.15 | 0.49 | 0 | 0.64 | 281.33 | 0.32 | 0.27 |
| Hex | 4E | 2F | 5C | F | 31 | 0 | 40 | 119 | 20 | 1B |
| Octal | 116 | 57 | 134 | 17 | 61 | 0 | 100 | 431 | 40 | 33 |
| Binary | 1001110 | 101111 | 1011100 | 1111 | 110001 | 0 | 1000000 | 100011001 | 100000 | 11011 |
Color Harmonies of #4E2F5C
Complementary color
Monochromatic Colors of #4E2F5C
Black with #4E2F5C
Text Example
Text Example
White with #4E2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F5C; }
p { color: rgb(78,47,92); }
H1.HeaderClassName
{
color: #4E2F5C;
}
.AnyTagClassName
{
color: #4E2F5C;
}
</style>
background-color css
<style>
a { background-color: #4E2F5C; }
a { background-color: rgb(78,47,92); }
div.DivClassName
{
background-color: #4E2F5C;
}
.BgClassName
{
background-color: #4E2F5C;
}
</style>
border-color css
<style>
span { border-color: #4E2F5C; }
span { border-color: rgb(78,47,92); }
td.TdClassName
{
border-color: #4E2F5C;
}
.TagClassName
{
border-color: #4E2F5C;
}
</style>