COLOR #411E53

HEX: #411E53
RGB: (65,30,83)

Color info

#411E53 contains red, green and blue colors in about the same proportion. Web safe color of #411E53 is #333366 (or #336).

RGB color model

#411E53 color RGB value is (65,30,83).

  • red value is 65;
  • green value is 30;
  • blue value is 83.
RGB:
(65,30,83)
(25%,12%,33%)

RGB channels and saturation

R 65 of 255 = 25%
G 30 of 255 = 12%
B 83 of 255 = 33%

65
30
83

R + G + B ~ 23%. #411E53 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 30 + 83 = 178 (100%)
R 65 of 178 ~ 36.52%
G 30 of 178 ~ 16.85%
B 83 of 178 ~ 46.63%

%36.52
%16.85
%46.63

CMYK color model

#411E53 color CMYK value is (22,64,0,67).

  • cyan value is 21.69%
  • magenta value is 63.86%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(22,64,0,67)
C22M64Y0K67 
(22%,64%,0%,67%)
(0.22/0.64/0.00/0.67)	

CMYK percentages

%21.69
%63.86
%0
%67.45

Codes

Color #411E53 in popluar color models

411E53
RGB653083
HSL280°46.90%22.16%
HSB/HSV280°63.86%32.55%
CMYK21.69%63.86%0.00%
67.45%

Color #411E53 in popluar number systems.

HEX411E53
Decimal653083
Binary1000001111101010011
Octal10136123

Shades and tints

Shades of #411E53

#411E53
(65,30,83)
#3C1C4C
(60,28,76)
#371A45
(55,26,69)
#32183E
(50,24,62)
#2D1637
(45,22,55)
#281430
(40,20,48)
#231229
(35,18,41)
#1E1022
(30,16,34)
#190E1B
(25,14,27)
#140C14
(20,12,20)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #411E53

#411E53
(65,30,83)
#523262
(82,50,98)
#634671
(99,70,113)
#745A80
(116,90,128)
#856E8F
(133,110,143)
#96829E
(150,130,158)
#A796AD
(167,150,173)
#B8AABC
(184,170,188)
#C9BECB
(201,190,203)
#DAD2DA
(218,210,218)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411E53; }

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

This text font color is #411E53.


Background Color

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

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

This div background color is #411E53.


Border color

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

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

This div border color is #411E53.


Opacity

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

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

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

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

This text has shadow with #411E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411E53 on black background.


Color preview on white background

This text has color #411E53 on white background.



Black color preview on #411E53 background

This text has black color on #411E53 background.


White color preview on #411E53 background

This text has white color on #411E53 background.