COLOR #411D75

HEX: #411D75 RGB: (65,29,117)

Color info

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

RGB color model

#411D75 color RGB value is (65,29,117).

RGB: (65,29,117) (25%, 11%, 46%)

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 117 of 255 = 46%

65
29
117

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

Portions of RGB colors in percentages

R + G + B = 65 + 29 + 117 = 211 (100%)
R 65 of 211 ~ 30.81%
G 29 of 211 ~ 13.74%
B 117 of 211 ~ 55.45'%

%30.81
%13.74
%55.45

CMYK color model

#411D75 color CMYK value is (44,75,0,54).

  • cyan value is 44.44%
  • magenta value is 75.21%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (44,75,0,54)
C44M75Y0K54 (44%, 75%, 0%, 54%)
(0.44 / 0.75 / 0.00 / 0.54)

CMYK percentages

%44.44
%75.21
%0
%54.12

Codes

Color #411D75 in popluar color models

41 1D 75
RGB 65 29 117
HSL 265° 60.27% 28.63%
HSB/HSV 265° 75.21% 45.88%
CMYK 44.44% 75.21% 0.00%
54.12%

Color #411D75 in popluar number systems.

HEX 41 1D 75
Decimal 65 29 117
Binary 1000001 11101 1110101
Octal 101 35 165

Shades and tints

Shades of #411D75

#411D75
(65,29,117)
#3C1B6B
(60,27,107)
#371961
(55,25,97)
#321757
(50,23,87)
#2D154D
(45,21,77)
#281343
(40,19,67)
#231139
(35,17,57)
#1E0F2F
(30,15,47)
#190D25
(25,13,37)
#140B1B
(20,11,27)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #411D75

#411D75
(65,29,117)
#523181
(82,49,129)
#63458D
(99,69,141)
#745999
(116,89,153)
#856DA5
(133,109,165)
#9681B1
(150,129,177)
#A795BD
(167,149,189)
#B8A9C9
(184,169,201)
#C9BDD5
(201,189,213)
#DAD1E1
(218,209,225)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411D75; }

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

This text font color is #411D75.

Background Color

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

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

This div background color is #411D75.

Border color

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

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

This div border color is #411D75.

Opacity

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

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

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

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

This text has shadow with #411D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411D75.

Preview

Color preview on black background

This text has color #411D75 on black background.


Color preview on white background

This text has color #411D75 on white background.


Black color preview on #411D75 background

This text has black color on #411D75 background.


White color preview on #411D75 background

This text has white color on #411D75 background.


Related colors

Complementary color

Complementary color for #hex is #BEE28A.


I love getcolorcode.com

Triadic colors

1 #75411D and #1D7541 with #411D75 are triadic colors.

2 #751D41 and #1D4175 with #411D75 are triadic colors.