COLOR #411D67

HEX: #411D67
RGB: (65,29,103)

Color info

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

RGB color model

#411D67 color RGB value is (65,29,103).

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

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 103 of 255 = 40%

65
29
103

R + G + B ~ 25%. #411D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 103 = 197 (100%)
R 65 of 197 ~ 32.99%
G 29 of 197 ~ 14.72%
B 103 of 197 ~ 52.28%

%32.99
%14.72
%52.28

CMYK color model

#411D67 color CMYK value is (37,72,0,60).

  • cyan value is 36.89%
  • magenta value is 71.84%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(37,72,0,60)
C37M72Y0K60 
(37%,72%,0%,60%)
(0.37/0.72/0.00/0.60)	

CMYK percentages

%36.89
%71.84
%0
%59.61

Codes

Color #411D67 in popluar color models

411D67
RGB6529103
HSL269°56.06%25.88%
HSB/HSV269°71.84%40.39%
CMYK36.89%71.84%0.00%
59.61%

Color #411D67 in popluar number systems.

HEX411D67
Decimal6529103
Binary1000001111011100111
Octal10135147

Shades and tints

Shades of #411D67

#411D67
(65,29,103)
#3C1B5E
(60,27,94)
#371955
(55,25,85)
#32174C
(50,23,76)
#2D1543
(45,21,67)
#28133A
(40,19,58)
#231131
(35,17,49)
#1E0F28
(30,15,40)
#190D1F
(25,13,31)
#140B16
(20,11,22)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #411D67

#411D67
(65,29,103)
#523174
(82,49,116)
#634581
(99,69,129)
#74598E
(116,89,142)
#856D9B
(133,109,155)
#9681A8
(150,129,168)
#A795B5
(167,149,181)
#B8A9C2
(184,169,194)
#C9BDCF
(201,189,207)
#DAD1DC
(218,209,220)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411D67; }

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

This text font color is #411D67.


Background Color

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

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

This div background color is #411D67.


Border color

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

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

This div border color is #411D67.


Opacity

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

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

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

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

This text has shadow with #411D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D67 on black background.


Color preview on white background

This text has color #411D67 on white background.



Black color preview on #411D67 background

This text has black color on #411D67 background.


White color preview on #411D67 background

This text has white color on #411D67 background.