COLOR #4E1AA1

HEX: #4E1AA1
RGB: (78,26,161)

Color info

#4E1AA1 contains mainly blue color. Web safe color of #4E1AA1 is #660099 (or #609).

RGB color model

#4E1AA1 color RGB value is (78,26,161).

  • red value is 78;
  • green value is 26;
  • blue value is 161.
RGB:
(78,26,161)
(31%,10%,63%)

RGB channels and saturation

R 78 of 255 = 31%
G 26 of 255 = 10%
B 161 of 255 = 63%

78
26
161

R + G + B ~ 35%. #4E1AA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 26 + 161 = 265 (100%)
R 78 of 265 ~ 29.43%
G 26 of 265 ~ 9.81%
B 161 of 265 ~ 60.75%

%29.43
%9.81
%60.75

CMYK color model

#4E1AA1 color CMYK value is (52,84,0,37).

  • cyan value is 51.55%
  • magenta value is 83.85%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(52,84,0,37)
C52M84Y0K37 
(52%,84%,0%,37%)
(0.52/0.84/0.00/0.37)	

CMYK percentages

%51.55
%83.85
%0
%36.86

Codes

Color #4E1AA1 in popluar color models

4E1AA1
RGB7826161
HSL263°72.19%36.67%
HSB/HSV263°83.85%63.14%
CMYK51.55%83.85%0.00%
36.86%

Color #4E1AA1 in popluar number systems.

HEX4E1AA1
Decimal7826161
Binary10011101101010100001
Octal11632241

Shades and tints

Shades of #4E1AA1

#4E1AA1
(78,26,161)
#471893
(71,24,147)
#401685
(64,22,133)
#391477
(57,20,119)
#321269
(50,18,105)
#2B105B
(43,16,91)
#240E4D
(36,14,77)
#1D0C3F
(29,12,63)
#160A31
(22,10,49)
#0F0823
(15,8,35)
#080615
(8,6,21)
#000000
(0,0,0)

Tints of #4E1AA1

#4E1AA1
(78,26,161)
#5E2EA9
(94,46,169)
#6E42B1
(110,66,177)
#7E56B9
(126,86,185)
#8E6AC1
(142,106,193)
#9E7EC9
(158,126,201)
#AE92D1
(174,146,209)
#BEA6D9
(190,166,217)
#CEBAE1
(206,186,225)
#DECEE9
(222,206,233)
#EEE2F1
(238,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1AA1 color. Also use rgb(78,26,161) instead hex code.

Text Font Color

.myTextColor { color: #4E1AA1; }

<p style="color:#4E1AA1">This sample text font color is #4E1AA1.</p>

This text font color is #4E1AA1.


Background Color

.myBgColor { background-color: #4E1AA1; }

<div style="background-color:#4E1AA1">Inner text</div>

This div background color is #4E1AA1.


Border color

.myBorderColor { border: 1px solid #4E1AA1; }

<div style="border:3px solid #4E1AA1">Div</div>

This div border color is #4E1AA1.


Opacity

.myOpacity80 { color: #4E1AA1; opacity: 0.8; }

<p style="color:#4E1AA1;opacity:0.8;">80%</p>

Text with #4E1AA1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4E1AA1;}

<p style="text-shadow: 3px 3px 1px #4E1AA1">Text here.</p>

This text has shadow with #4E1AA1 color.

.textShadow {text-shadow: 3px 3px 1px #4E1AA1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4E1AA1, 5px 5px 20px red">Text here.</p>

This text has shadow with #4E1AA1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E1AA1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4E1AA1, Direction=45, Strength=4)">Text</p>

This text has shadow with #4E1AA1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4E1AA1;
  -webkit-box-shadow:	1px 1px 3px 2px #4E1AA1;
  box-shadow:		1px 1px 3px 2px #4E1AA1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E1AA1;
-webkit-box-shadow: 1px 1px 3px 2px #4E1AA1;
box-shadow:1px 1px 3px 2px #4E1AA1;">
Div content here</div>
This div box has shadow with color #4E1AA1.

Preview

Color preview on black background

This text has color #4E1AA1 on black background.


Color preview on white background

This text has color #4E1AA1 on white background.



Black color preview on #4E1AA1 background

This text has black color on #4E1AA1 background.


White color preview on #4E1AA1 background

This text has white color on #4E1AA1 background.