#4E1261

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

Shades of Scarlet Gum #4E1261

Tints of Scarlet Gum #4E1261

Color information

#4E1261 (or 0x4E1261) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 12 and 61. RGB value is (78,18,97). Sum of RGB (Red+Green+Blue) = 78+18+97=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1261 is #B1ED9E. Grayscale: #2C2C2C. Windows color (decimal): -11660703 or 6361678. OLE color: 6361678.

HSL color Cylindrical-coordinate representation of color #4E1261: hue angle of 285.57º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E1261 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB781897-
CMYK0.200.8100.62
HSL285.57º68.7%22.55%-
HSV(B)285.57º81.44%38.04%-
XYZ5.522.9211.58-
YUV44.95157.38151.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=40.41%
G=9.33%
B=50.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7818970.200.8100.62285.5768.722.55
Hex4E1261145103E11e4517
Octal116221412412107643610527
Binary10011101001011000011010010100010111110100011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,18,97); }

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

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

 a { background-color: rgb(78,18,97); }

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

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

 span { border-color: rgb(78,18,97); }

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