COLOR #411C6E

HEX: #411C6E
RGB: (65,28,110)

Color info

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

RGB color model

#411C6E color RGB value is (65,28,110).

  • red value is 65;
  • green value is 28;
  • blue value is 110.
RGB:
(65,28,110)
(25%,11%,43%)

RGB channels and saturation

R 65 of 255 = 25%
G 28 of 255 = 11%
B 110 of 255 = 43%

65
28
110

R + G + B ~ 26%. #411C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 28 + 110 = 203 (100%)
R 65 of 203 ~ 32.02%
G 28 of 203 ~ 13.79%
B 110 of 203 ~ 54.19%

%32.02
%13.79
%54.19

CMYK color model

#411C6E color CMYK value is (41,75,0,57).

  • cyan value is 40.91%
  • magenta value is 74.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(41,75,0,57)
C41M75Y0K57 
(41%,75%,0%,57%)
(0.41/0.75/0.00/0.57)	

CMYK percentages

%40.91
%74.55
%0
%56.86

Codes

Color #411C6E in popluar color models

411C6E
RGB6528110
HSL267°59.42%27.06%
HSB/HSV267°74.55%43.14%
CMYK40.91%74.55%0.00%
56.86%

Color #411C6E in popluar number systems.

HEX411C6E
Decimal6528110
Binary1000001111001101110
Octal10134156

Shades and tints

Shades of #411C6E

#411C6E
(65,28,110)
#3C1A64
(60,26,100)
#37185A
(55,24,90)
#321650
(50,22,80)
#2D1446
(45,20,70)
#28123C
(40,18,60)
#231032
(35,16,50)
#1E0E28
(30,14,40)
#190C1E
(25,12,30)
#140A14
(20,10,20)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #411C6E

#411C6E
(65,28,110)
#52307B
(82,48,123)
#634488
(99,68,136)
#745895
(116,88,149)
#856CA2
(133,108,162)
#9680AF
(150,128,175)
#A794BC
(167,148,188)
#B8A8C9
(184,168,201)
#C9BCD6
(201,188,214)
#DAD0E3
(218,208,227)
#EBE4F0
(235,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411C6E color. Also use rgb(65,28,110) instead hex code.

Text Font Color

.myTextColor { color: #411C6E; }

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

This text font color is #411C6E.


Background Color

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

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

This div background color is #411C6E.


Border color

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

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

This div border color is #411C6E.


Opacity

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

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

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

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

This text has shadow with #411C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411C6E on black background.


Color preview on white background

This text has color #411C6E on white background.



Black color preview on #411C6E background

This text has black color on #411C6E background.


White color preview on #411C6E background

This text has white color on #411C6E background.