COLOR #411E79

HEX: #411E79
RGB: (65,30,121)

Color info

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

RGB color model

#411E79 color RGB value is (65,30,121).

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

RGB channels and saturation

R 65 of 255 = 25%
G 30 of 255 = 12%
B 121 of 255 = 47%

65
30
121

R + G + B ~ 28%. #411E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 30 + 121 = 216 (100%)
R 65 of 216 ~ 30.09%
G 30 of 216 ~ 13.89%
B 121 of 216 ~ 56.02%

%30.09
%13.89
%56.02

CMYK color model

#411E79 color CMYK value is (46,75,0,53).

  • cyan value is 46.28%
  • magenta value is 75.21%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(46,75,0,53)
C46M75Y0K53 
(46%,75%,0%,53%)
(0.46/0.75/0.00/0.53)	

CMYK percentages

%46.28
%75.21
%0
%52.55

Codes

Color #411E79 in popluar color models

411E79
RGB6530121
HSL263°60.26%29.61%
HSB/HSV263°75.21%47.45%
CMYK46.28%75.21%0.00%
52.55%

Color #411E79 in popluar number systems.

HEX411E79
Decimal6530121
Binary1000001111101111001
Octal10136171

Shades and tints

Shades of #411E79

#411E79
(65,30,121)
#3C1C6E
(60,28,110)
#371A63
(55,26,99)
#321858
(50,24,88)
#2D164D
(45,22,77)
#281442
(40,20,66)
#231237
(35,18,55)
#1E102C
(30,16,44)
#190E21
(25,14,33)
#140C16
(20,12,22)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #411E79

#411E79
(65,30,121)
#523285
(82,50,133)
#634691
(99,70,145)
#745A9D
(116,90,157)
#856EA9
(133,110,169)
#9682B5
(150,130,181)
#A796C1
(167,150,193)
#B8AACD
(184,170,205)
#C9BED9
(201,190,217)
#DAD2E5
(218,210,229)
#EBE6F1
(235,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411E79; }

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

This text font color is #411E79.


Background Color

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

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

This div background color is #411E79.


Border color

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

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

This div border color is #411E79.


Opacity

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

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

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

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

This text has shadow with #411E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411E79 on black background.


Color preview on white background

This text has color #411E79 on white background.



Black color preview on #411E79 background

This text has black color on #411E79 background.


White color preview on #411E79 background

This text has white color on #411E79 background.