#4E315B

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

Shades of Scarlet Gum #4E315B

Tints of Scarlet Gum #4E315B

Color information

#4E315B (or 0x4E315B) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 31 and 5B. RGB value is (78,49,91). Sum of RGB (Red+Green+Blue) = 78+49+91=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E315B is #B1CEA4. Grayscale: #3E3E3E. Windows color (decimal): -11652773 or 5976398. OLE color: 5976398.

HSL color Cylindrical-coordinate representation of color #4E315B: hue angle of 281.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E315B is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB784991-
CMYK0.140.4600.64
HSL281.43º30%27.45%-
HSV(B)281.43º46.15%35.69%-
XYZ6.134.5710.46-
YUV62.46144.11139.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=35.78%
G=22.48%
B=41.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7849910.140.4600.64281.433027.45
Hex4E315BE2E0401191e1b
Octal11661133165601004313633
Binary100111011000110110111110101110010000001000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,91); }

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

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

 a { background-color: rgb(78,49,91); }

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

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

 span { border-color: rgb(78,49,91); }

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