COLOR #401E68

HEX: #401E68
RGB: (64,30,104)

Color info

#401E68 contains mainly red and blue colors. Web safe color of #401E68 is #333366 (or #336).

RGB color model

#401E68 color RGB value is (64,30,104).

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

RGB channels and saturation

R 64 of 255 = 25%
G 30 of 255 = 12%
B 104 of 255 = 41%

64
30
104

R + G + B ~ 26%. #401E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 30 + 104 = 198 (100%)
R 64 of 198 ~ 32.32%
G 30 of 198 ~ 15.15%
B 104 of 198 ~ 52.53%

%32.32
%15.15
%52.53

CMYK color model

#401E68 color CMYK value is (38,71,0,59).

  • cyan value is 38.46%
  • magenta value is 71.15%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(38,71,0,59)
C38M71Y0K59 
(38%,71%,0%,59%)
(0.38/0.71/0.00/0.59)	

CMYK percentages

%38.46
%71.15
%0
%59.22

Codes

Color #401E68 in popluar color models

401E68
RGB6430104
HSL268°55.22%26.27%
HSB/HSV268°71.15%40.78%
CMYK38.46%71.15%0.00%
59.22%

Color #401E68 in popluar number systems.

HEX401E68
Decimal6430104
Binary1000000111101101000
Octal10036150

Shades and tints

Shades of #401E68

#401E68
(64,30,104)
#3B1C5F
(59,28,95)
#361A56
(54,26,86)
#31184D
(49,24,77)
#2C1644
(44,22,68)
#27143B
(39,20,59)
#221232
(34,18,50)
#1D1029
(29,16,41)
#180E20
(24,14,32)
#130C17
(19,12,23)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #401E68

#401E68
(64,30,104)
#513275
(81,50,117)
#624682
(98,70,130)
#735A8F
(115,90,143)
#846E9C
(132,110,156)
#9582A9
(149,130,169)
#A696B6
(166,150,182)
#B7AAC3
(183,170,195)
#C8BED0
(200,190,208)
#D9D2DD
(217,210,221)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401E68; }

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

This text font color is #401E68.


Background Color

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

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

This div background color is #401E68.


Border color

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

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

This div border color is #401E68.


Opacity

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

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

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

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

This text has shadow with #401E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401E68 on black background.


Color preview on white background

This text has color #401E68 on white background.



Black color preview on #401E68 background

This text has black color on #401E68 background.


White color preview on #401E68 background

This text has white color on #401E68 background.