#4E255B

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

Shades of Scarlet Gum #4E255B

Tints of Scarlet Gum #4E255B

Color information

#4E255B (or 0x4E255B) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 25 and 5B. RGB value is (78,37,91). Sum of RGB (Red+Green+Blue) = 78+37+91=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E255B is #B1DAA4. Grayscale: #373737. Windows color (decimal): -11655845 or 5973326. OLE color: 5973326.

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

Color convert

RGB783791-
CMYK0.140.5900.64
HSL285.56º42.19%25.1%-
HSV(B)285.56º59.34%35.69%-
XYZ5.693.710.31-
YUV55.42148.08144.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=37.86%
G=17.96%
B=44.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7837910.140.5900.64285.5642.1925.1
Hex4E255BE3B04011e2a19
Octal11645133167301004365231
Binary1001110100101101101111101110110100000010001111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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