COLOR #401E6E

HEX: #401E6E RGB: (64,30,110)

Color info

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

RGB color model

#401E6E color RGB value is (64,30,110).

RGB: (64,30,110) (25%, 12%, 43%)

RGB channels and saturation

R 64 of 255 = 25%
G 30 of 255 = 12%
B 110 of 255 = 43%

64
30
110

R + G + B ~ 27%. #401E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 30 + 110 = 204 (100%)
R 64 of 204 ~ 31.37%
G 30 of 204 ~ 14.71%
B 110 of 204 ~ 53.92'%

%31.37
%14.71
%53.92

CMYK color model

#401E6E color CMYK value is (42,73,0,57).

  • cyan value is 41.82%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (42,73,0,57)
C42M73Y0K57 (42%, 73%, 0%, 57%)
(0.42 / 0.73 / 0.00 / 0.57)

CMYK percentages

%41.82
%72.73
%0
%56.86

Codes

Color #401E6E in popluar color models

40 1E 6E
RGB 64 30 110
HSL 266° 57.14% 27.45%
HSB/HSV 266° 72.73% 43.14%
CMYK 41.82% 72.73% 0.00%
56.86%

Color #401E6E in popluar number systems.

HEX 40 1E 6E
Decimal 64 30 110
Binary 1000000 11110 1101110
Octal 100 36 156

Shades and tints

Shades of #401E6E

#401E6E
(64,30,110)
#3B1C64
(59,28,100)
#361A5A
(54,26,90)
#311850
(49,24,80)
#2C1646
(44,22,70)
#27143C
(39,20,60)
#221232
(34,18,50)
#1D1028
(29,16,40)
#180E1E
(24,14,30)
#130C14
(19,12,20)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #401E6E

#401E6E
(64,30,110)
#51327B
(81,50,123)
#624688
(98,70,136)
#735A95
(115,90,149)
#846EA2
(132,110,162)
#9582AF
(149,130,175)
#A696BC
(166,150,188)
#B7AAC9
(183,170,201)
#C8BED6
(200,190,214)
#D9D2E3
(217,210,227)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401E6E; }

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

This text font color is #401E6E.

Background Color

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

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

This div background color is #401E6E.

Border color

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

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

This div border color is #401E6E.

Opacity

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

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

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

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

This text has shadow with #401E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401E6E.

Preview

Color preview on black background

This text has color #401E6E on black background.


Color preview on white background

This text has color #401E6E on white background.


Black color preview on #401E6E background

This text has black color on #401E6E background.


White color preview on #401E6E background

This text has white color on #401E6E background.


Related colors

Complementary color

Complementary color for #hex is #BFE191.


I love getcolorcode.com

Triadic colors

1 #6E401E and #1E6E40 with #401E6E are triadic colors.

2 #6E1E40 and #1E406E with #401E6E are triadic colors.