COLOR #411D5C

HEX: #411D5C
RGB: (65,29,92)

Color info

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

RGB color model

#411D5C color RGB value is (65,29,92).

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

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 92 of 255 = 36%

65
29
92

R + G + B ~ 24%. #411D5C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 92 = 186 (100%)
R 65 of 186 ~ 34.95%
G 29 of 186 ~ 15.59%
B 92 of 186 ~ 49.46%

%34.95
%15.59
%49.46

CMYK color model

#411D5C color CMYK value is (29,68,0,64).

  • cyan value is 29.35%
  • magenta value is 68.48%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(29,68,0,64)
C29M68Y0K64 
(29%,68%,0%,64%)
(0.29/0.68/0.00/0.64)	

CMYK percentages

%29.35
%68.48
%0
%63.92

Codes

Color #411D5C in popluar color models

411D5C
RGB652992
HSL274°52.07%23.73%
HSB/HSV274°68.48%36.08%
CMYK29.35%68.48%0.00%
63.92%

Color #411D5C in popluar number systems.

HEX411D5C
Decimal652992
Binary1000001111011011100
Octal10135134

Shades and tints

Shades of #411D5C

#411D5C
(65,29,92)
#3C1B54
(60,27,84)
#37194C
(55,25,76)
#321744
(50,23,68)
#2D153C
(45,21,60)
#281334
(40,19,52)
#23112C
(35,17,44)
#1E0F24
(30,15,36)
#190D1C
(25,13,28)
#140B14
(20,11,20)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #411D5C

#411D5C
(65,29,92)
#52316A
(82,49,106)
#634578
(99,69,120)
#745986
(116,89,134)
#856D94
(133,109,148)
#9681A2
(150,129,162)
#A795B0
(167,149,176)
#B8A9BE
(184,169,190)
#C9BDCC
(201,189,204)
#DAD1DA
(218,209,218)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411D5C; }

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

This text font color is #411D5C.


Background Color

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

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

This div background color is #411D5C.


Border color

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

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

This div border color is #411D5C.


Opacity

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

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

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

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

This text has shadow with #411D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D5C on black background.


Color preview on white background

This text has color #411D5C on white background.



Black color preview on #411D5C background

This text has black color on #411D5C background.


White color preview on #411D5C background

This text has white color on #411D5C background.