#4E295E

Color #4E295E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4E295E

Tints of Scarlet Gum #4E295E

Color information

#4E295E (or 0x4E295E) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 29 and 5E. RGB value is (78,41,94). Sum of RGB (Red+Green+Blue) = 78+41+94=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E295E is #B1D6A1. Grayscale: #393939. Windows color (decimal): -11654818 or 6170958. OLE color: 6170958.

HSL color Cylindrical-coordinate representation of color #4E295E: hue angle of 281.89º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E295E is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB784194-
CMYK0.170.5600.63
HSL281.89º39.26%26.47%-
HSV(B)281.89º56.38%36.86%-
XYZ5.964.0111.05-
YUV58.1148.26142.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 36.62%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=36.62%
G=19.25%
B=44.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7841940.170.5600.63281.8939.2626.47
Hex4E295E113803F11a271a
Octal1165113621700774324732
Binary1001110101001101111010001111000011111110001101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E295E; }

 p { color: rgb(78,41,94); }

 H1.HeaderClassName
 {
   color: #4E295E;
 }
 .AnyTagClassName
 {
   color: #4E295E;
 }
</style>
background-color css

<style>
 a { background-color: #4E295E; }

 a { background-color: rgb(78,41,94); }

 div.DivClassName
 {
   background-color: #4E295E;
 }
 .BgClassName
 {
   background-color: #4E295E;
 }
</style>
border-color css

<style>
 span { border-color: #4E295E; }

 span { border-color: rgb(78,41,94); }

 td.TdClassName
 {
   border-color: #4E295E;
 }
 .TagClassName
 {
   border-color: #4E295E;
 }
</style>