COLOR #411F6F

HEX: #411F6F RGB: (65,31,111)

Color info

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

RGB color model

#411F6F color RGB value is (65,31,111).

RGB: (65,31,111) (25%, 12%, 44%)

RGB channels and saturation

R 65 of 255 = 25%
G 31 of 255 = 12%
B 111 of 255 = 44%

65
31
111

R + G + B ~ 27%. #411F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 31 + 111 = 207 (100%)
R 65 of 207 ~ 31.4%
G 31 of 207 ~ 14.98%
B 111 of 207 ~ 53.62'%

%31.4
%14.98
%53.62

CMYK color model

#411F6F color CMYK value is (41,72,0,56).

  • cyan value is 41.44%
  • magenta value is 72.07%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (41,72,0,56)
C41M72Y0K56 (41%, 72%, 0%, 56%)
(0.41 / 0.72 / 0.00 / 0.56)

CMYK percentages

%41.44
%72.07
%0
%56.47

Codes

Color #411F6F in popluar color models

41 1F 6F
RGB 65 31 111
HSL 266° 56.34% 27.84%
HSB/HSV 266° 72.07% 43.53%
CMYK 41.44% 72.07% 0.00%
56.47%

Color #411F6F in popluar number systems.

HEX 41 1F 6F
Decimal 65 31 111
Binary 1000001 11111 1101111
Octal 101 37 157

Shades and tints

Shades of #411F6F

#411F6F
(65,31,111)
#3C1D65
(60,29,101)
#371B5B
(55,27,91)
#321951
(50,25,81)
#2D1747
(45,23,71)
#28153D
(40,21,61)
#231333
(35,19,51)
#1E1129
(30,17,41)
#190F1F
(25,15,31)
#140D15
(20,13,21)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #411F6F

#411F6F
(65,31,111)
#52337C
(82,51,124)
#634789
(99,71,137)
#745B96
(116,91,150)
#856FA3
(133,111,163)
#9683B0
(150,131,176)
#A797BD
(167,151,189)
#B8ABCA
(184,171,202)
#C9BFD7
(201,191,215)
#DAD3E4
(218,211,228)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411F6F color. Also use rgb(65,31,111) instead hex code.

Text Font Color

.myTextColor { color: #411F6F; }

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

This text font color is #411F6F.

Background Color

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

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

This div background color is #411F6F.

Border color

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

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

This div border color is #411F6F.

Opacity

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

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

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

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

This text has shadow with #411F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411F6F.

Preview

Color preview on black background

This text has color #411F6F on black background.


Color preview on white background

This text has color #411F6F on white background.


Black color preview on #411F6F background

This text has black color on #411F6F background.


White color preview on #411F6F background

This text has white color on #411F6F background.


Related colors

Complementary color

Complementary color for #hex is #BEE090.


I love getcolorcode.com

Triadic colors

1 #6F411F and #1F6F41 with #411F6F are triadic colors.

2 #6F1F41 and #1F416F with #411F6F are triadic colors.