COLOR #401E91

HEX: #401E91
RGB: (64,30,145)

Color info

#401E91 contains mainly blue color. Web safe color of #401E91 is #333399 (or #339).

RGB color model

#401E91 color RGB value is (64,30,145).

  • red value is 64;
  • green value is 30;
  • blue value is 145.
RGB:
(64,30,145)
(25%,12%,57%)

RGB channels and saturation

R 64 of 255 = 25%
G 30 of 255 = 12%
B 145 of 255 = 57%

64
30
145

R + G + B ~ 31%. #401E91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 30 + 145 = 239 (100%)
R 64 of 239 ~ 26.78%
G 30 of 239 ~ 12.55%
B 145 of 239 ~ 60.67%

%26.78
%12.55
%60.67

CMYK color model

#401E91 color CMYK value is (56,79,0,43).

  • cyan value is 55.86%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(56,79,0,43)
C56M79Y0K43 
(56%,79%,0%,43%)
(0.56/0.79/0.00/0.43)	

CMYK percentages

%55.86
%79.31
%0
%43.14

Codes

Color #401E91 in popluar color models

401E91
RGB6430145
HSL258°65.71%34.31%
HSB/HSV258°79.31%56.86%
CMYK55.86%79.31%0.00%
43.14%

Color #401E91 in popluar number systems.

HEX401E91
Decimal6430145
Binary10000001111010010001
Octal10036221

Shades and tints

Shades of #401E91

#401E91
(64,30,145)
#3B1C84
(59,28,132)
#361A77
(54,26,119)
#31186A
(49,24,106)
#2C165D
(44,22,93)
#271450
(39,20,80)
#221243
(34,18,67)
#1D1036
(29,16,54)
#180E29
(24,14,41)
#130C1C
(19,12,28)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #401E91

#401E91
(64,30,145)
#51329B
(81,50,155)
#6246A5
(98,70,165)
#735AAF
(115,90,175)
#846EB9
(132,110,185)
#9582C3
(149,130,195)
#A696CD
(166,150,205)
#B7AAD7
(183,170,215)
#C8BEE1
(200,190,225)
#D9D2EB
(217,210,235)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401E91 color. Also use rgb(64,30,145) instead hex code.

Text Font Color

.myTextColor { color: #401E91; }

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

This text font color is #401E91.


Background Color

.myBgColor { background-color: #401E91; }

<div style="background-color:#401E91">Inner text</div>

This div background color is #401E91.


Border color

.myBorderColor { border: 1px solid #401E91; }

<div style="border:3px solid #401E91">Div</div>

This div border color is #401E91.


Opacity

.myOpacity80 { color: #401E91; opacity: 0.8; }

<p style="color:#401E91;opacity:0.8;">80%</p>

Text with #401E91 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 #401E91;}

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

This text has shadow with #401E91 color.

.textShadow {text-shadow: 3px 3px 1px #401E91, 3px 3px 1px red;}

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

This text has shadow with #401E91 primary color and red secondary color.


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

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

This text has shadow with #401E91 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401E91 on black background.


Color preview on white background

This text has color #401E91 on white background.



Black color preview on #401E91 background

This text has black color on #401E91 background.


White color preview on #401E91 background

This text has white color on #401E91 background.