#4E235B

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

Shades of Scarlet Gum #4E235B

Tints of Scarlet Gum #4E235B

Color information

#4E235B (or 0x4E235B) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 23 and 5B. RGB value is (78,35,91). Sum of RGB (Red+Green+Blue) = 78+35+91=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E235B is #B1DCA4. Grayscale: #363636. Windows color (decimal): -11656357 or 5972814. OLE color: 5972814.

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

Color convert

RGB783591-
CMYK0.140.6200.64
HSL286.07º44.44%24.71%-
HSV(B)286.07º61.54%35.69%-
XYZ5.633.5810.29-
YUV54.24148.75144.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.24%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=38.24%
G=17.16%
B=44.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7835910.140.6200.64286.0744.4424.71
Hex4E235BE3E04011e2c19
Octal11643133167601004365431
Binary1001110100011101101111101111100100000010001111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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