COLOR #411E72

HEX: #411E72 RGB: (65,30,114)

Color info

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

RGB color model

#411E72 color RGB value is (65,30,114).

RGB: (65,30,114) (25%, 12%, 45%)

RGB channels and saturation

R 65 of 255 = 25%
G 30 of 255 = 12%
B 114 of 255 = 45%

65
30
114

R + G + B ~ 27%. #411E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 30 + 114 = 209 (100%)
R 65 of 209 ~ 31.1%
G 30 of 209 ~ 14.35%
B 114 of 209 ~ 54.55'%

%31.1
%14.35
%54.55

CMYK color model

#411E72 color CMYK value is (43,74,0,55).

  • cyan value is 42.98%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (43,74,0,55)
C43M74Y0K55 (43%, 74%, 0%, 55%)
(0.43 / 0.74 / 0.00 / 0.55)

CMYK percentages

%42.98
%73.68
%0
%55.29

Codes

Color #411E72 in popluar color models

41 1E 72
RGB 65 30 114
HSL 265° 58.33% 28.24%
HSB/HSV 265° 73.68% 44.71%
CMYK 42.98% 73.68% 0.00%
55.29%

Color #411E72 in popluar number systems.

HEX 41 1E 72
Decimal 65 30 114
Binary 1000001 11110 1110010
Octal 101 36 162

Shades and tints

Shades of #411E72

#411E72
(65,30,114)
#3C1C68
(60,28,104)
#371A5E
(55,26,94)
#321854
(50,24,84)
#2D164A
(45,22,74)
#281440
(40,20,64)
#231236
(35,18,54)
#1E102C
(30,16,44)
#190E22
(25,14,34)
#140C18
(20,12,24)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #411E72

#411E72
(65,30,114)
#52327E
(82,50,126)
#63468A
(99,70,138)
#745A96
(116,90,150)
#856EA2
(133,110,162)
#9682AE
(150,130,174)
#A796BA
(167,150,186)
#B8AAC6
(184,170,198)
#C9BED2
(201,190,210)
#DAD2DE
(218,210,222)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411E72 color. Also use rgb(65,30,114) instead hex code.

Text Font Color

.myTextColor { color: #411E72; }

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

This text font color is #411E72.

Background Color

.myBgColor { background-color: #411E72; }

<div style="background-color:#411E72">Inner text</div>

This div background color is #411E72.

Border color

.myBorderColor { border: 1px solid #411E72; }

<div style="border:3px solid #411E72">Div</div>

This div border color is #411E72.

Opacity

.myOpacity80 { color: #411E72; opacity: 0.8; }

<p style="color:#411E72;opacity:0.8;">80%</p>

Text with #411E72 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 #411E72;}

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

This text has shadow with #411E72 color.


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

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

This text has shadow with #411E72 primary color and red secondary color.


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

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

This text has shadow with #411E72 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #411E72.

Preview

Color preview on black background

This text has color #411E72 on black background.


Color preview on white background

This text has color #411E72 on white background.


Black color preview on #411E72 background

This text has black color on #411E72 background.


White color preview on #411E72 background

This text has white color on #411E72 background.


Related colors

Complementary color

Complementary color for #hex is #BEE18D.


I love getcolorcode.com

Triadic colors

1 #72411E and #1E7241 with #411E72 are triadic colors.

2 #721E41 and #1E4172 with #411E72 are triadic colors.