COLOR #411D73

HEX: #411D73
RGB: (65,29,115)

Color info

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

RGB color model

#411D73 color RGB value is (65,29,115).

  • red value is 65;
  • green value is 29;
  • blue value is 115.
RGB:
(65,29,115)
(25%,11%,45%)

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 115 of 255 = 45%

65
29
115

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

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 115 = 209 (100%)
R 65 of 209 ~ 31.1%
G 29 of 209 ~ 13.88%
B 115 of 209 ~ 55.02%

%31.1
%13.88
%55.02

CMYK color model

#411D73 color CMYK value is (43,75,0,55).

  • cyan value is 43.48%
  • magenta value is 74.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(43,75,0,55)
C43M75Y0K55 
(43%,75%,0%,55%)
(0.43/0.75/0.00/0.55)	

CMYK percentages

%43.48
%74.78
%0
%54.9

Codes

Color #411D73 in popluar color models

411D73
RGB6529115
HSL265°59.72%28.24%
HSB/HSV265°74.78%45.10%
CMYK43.48%74.78%0.00%
54.90%

Color #411D73 in popluar number systems.

HEX411D73
Decimal6529115
Binary1000001111011110011
Octal10135163

Shades and tints

Shades of #411D73

#411D73
(65,29,115)
#3C1B69
(60,27,105)
#37195F
(55,25,95)
#321755
(50,23,85)
#2D154B
(45,21,75)
#281341
(40,19,65)
#231137
(35,17,55)
#1E0F2D
(30,15,45)
#190D23
(25,13,35)
#140B19
(20,11,25)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #411D73

#411D73
(65,29,115)
#52317F
(82,49,127)
#63458B
(99,69,139)
#745997
(116,89,151)
#856DA3
(133,109,163)
#9681AF
(150,129,175)
#A795BB
(167,149,187)
#B8A9C7
(184,169,199)
#C9BDD3
(201,189,211)
#DAD1DF
(218,209,223)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411D73 color. Also use rgb(65,29,115) instead hex code.

Text Font Color

.myTextColor { color: #411D73; }

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

This text font color is #411D73.


Background Color

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

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

This div background color is #411D73.


Border color

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

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

This div border color is #411D73.


Opacity

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

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

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

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

This text has shadow with #411D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D73 on black background.


Color preview on white background

This text has color #411D73 on white background.



Black color preview on #411D73 background

This text has black color on #411D73 background.


White color preview on #411D73 background

This text has white color on #411D73 background.