COLOR #411B51

HEX: #411B51
RGB: (65,27,81)

Color info

#411B51 contains red, green and blue colors in about the same proportion. Web safe color of #411B51 is #333366 (or #336).

RGB color model

#411B51 color RGB value is (65,27,81).

  • red value is 65;
  • green value is 27;
  • blue value is 81.
RGB:
(65,27,81)
(25%,11%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 27 of 255 = 11%
B 81 of 255 = 32%

65
27
81

R + G + B ~ 23%. #411B51 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 27 + 81 = 173 (100%)
R 65 of 173 ~ 37.57%
G 27 of 173 ~ 15.61%
B 81 of 173 ~ 46.82%

%37.57
%15.61
%46.82

CMYK color model

#411B51 color CMYK value is (20,67,0,68).

  • cyan value is 19.75%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(20,67,0,68)
C20M67Y0K68 
(20%,67%,0%,68%)
(0.20/0.67/0.00/0.68)	

CMYK percentages

%19.75
%66.67
%0
%68.24

Codes

Color #411B51 in popluar color models

411B51
RGB652781
HSL282°50.00%21.18%
HSB/HSV282°66.67%31.76%
CMYK19.75%66.67%0.00%
68.24%

Color #411B51 in popluar number systems.

HEX411B51
Decimal652781
Binary1000001110111010001
Octal10133121

Shades and tints

Shades of #411B51

#411B51
(65,27,81)
#3C194A
(60,25,74)
#371743
(55,23,67)
#32153C
(50,21,60)
#2D1335
(45,19,53)
#28112E
(40,17,46)
#230F27
(35,15,39)
#1E0D20
(30,13,32)
#190B19
(25,11,25)
#140912
(20,9,18)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #411B51

#411B51
(65,27,81)
#522F60
(82,47,96)
#63436F
(99,67,111)
#74577E
(116,87,126)
#856B8D
(133,107,141)
#967F9C
(150,127,156)
#A793AB
(167,147,171)
#B8A7BA
(184,167,186)
#C9BBC9
(201,187,201)
#DACFD8
(218,207,216)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411B51 color. Also use rgb(65,27,81) instead hex code.

Text Font Color

.myTextColor { color: #411B51; }

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

This text font color is #411B51.


Background Color

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

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

This div background color is #411B51.


Border color

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

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

This div border color is #411B51.


Opacity

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

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

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

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

This text has shadow with #411B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411B51 on black background.


Color preview on white background

This text has color #411B51 on white background.



Black color preview on #411B51 background

This text has black color on #411B51 background.


White color preview on #411B51 background

This text has white color on #411B51 background.