COLOR #410E4D

HEX: #410E4D
RGB: (65,14,77)

Color info

#410E4D contains mainly red and blue colors. Web safe color of #410E4D is #330033 (or #303).

RGB color model

#410E4D color RGB value is (65,14,77).

  • red value is 65;
  • green value is 14;
  • blue value is 77.
RGB:
(65,14,77)
(25%,5%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 14 of 255 = 5%
B 77 of 255 = 30%

65
14
77

R + G + B ~ 20%. #410E4D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 14 + 77 = 156 (100%)
R 65 of 156 ~ 41.67%
G 14 of 156 ~ 8.97%
B 77 of 156 ~ 49.36%

%41.67
%49.36

CMYK color model

#410E4D color CMYK value is (16,82,0,70).

  • cyan value is 15.58%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(16,82,0,70)
C16M82Y0K70 
(16%,82%,0%,70%)
(0.16/0.82/0.00/0.70)	

CMYK percentages

%15.58
%81.82
%0
%69.8

Codes

Color #410E4D in popluar color models

410E4D
RGB651477
HSL289°69.23%17.84%
HSB/HSV289°81.82%30.20%
CMYK15.58%81.82%0.00%
69.80%

Color #410E4D in popluar number systems.

HEX410E4D
Decimal651477
Binary100000111101001101
Octal10116115

Shades and tints

Shades of #410E4D

#410E4D
(65,14,77)
#3C0D46
(60,13,70)
#370C3F
(55,12,63)
#320B38
(50,11,56)
#2D0A31
(45,10,49)
#28092A
(40,9,42)
#230823
(35,8,35)
#1E071C
(30,7,28)
#190615
(25,6,21)
#14050E
(20,5,14)
#0F0407
(15,4,7)
#000000
(0,0,0)

Tints of #410E4D

#410E4D
(65,14,77)
#52235D
(82,35,93)
#63386D
(99,56,109)
#744D7D
(116,77,125)
#85628D
(133,98,141)
#96779D
(150,119,157)
#A78CAD
(167,140,173)
#B8A1BD
(184,161,189)
#C9B6CD
(201,182,205)
#DACBDD
(218,203,221)
#EBE0ED
(235,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410E4D color. Also use rgb(65,14,77) instead hex code.

Text Font Color

.myTextColor { color: #410E4D; }

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

This text font color is #410E4D.


Background Color

.myBgColor { background-color: #410E4D; }

<div style="background-color:#410E4D">Inner text</div>

This div background color is #410E4D.


Border color

.myBorderColor { border: 1px solid #410E4D; }

<div style="border:3px solid #410E4D">Div</div>

This div border color is #410E4D.


Opacity

.myOpacity80 { color: #410E4D; opacity: 0.8; }

<p style="color:#410E4D;opacity:0.8;">80%</p>

Text with #410E4D 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 #410E4D;}

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

This text has shadow with #410E4D color.

.textShadow {text-shadow: 3px 3px 1px #410E4D, 3px 3px 1px red;}

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

This text has shadow with #410E4D primary color and red secondary color.


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

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

This text has shadow with #410E4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410E4D on black background.


Color preview on white background

This text has color #410E4D on white background.



Black color preview on #410E4D background

This text has black color on #410E4D background.


White color preview on #410E4D background

This text has white color on #410E4D background.