COLOR #411B4B

HEX: #411B4B RGB: (65,27,75)

Color info

#411B4B contains red, green and blue colors in about the same proportion. Web safe color of #411B4B is #333333 (or #333).

RGB color model

#411B4B color RGB value is (65,27,75).

RGB: (65,27,75) (25%, 11%, 29%)

RGB channels and saturation

R 65 of 255 = 25%
G 27 of 255 = 11%
B 75 of 255 = 29%

65
27
75

R + G + B ~ 22%. #411B4B is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 27 + 75 = 167 (100%)
R 65 of 167 ~ 38.92%
G 27 of 167 ~ 16.17%
B 75 of 167 ~ 44.91'%

%38.92
%16.17
%44.91

CMYK color model

#411B4B color CMYK value is (13,64,0,71).

  • cyan value is 13.33%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (13,64,0,71)
C13M64Y0K71 (13%, 64%, 0%, 71%)
(0.13 / 0.64 / 0.00 / 0.71)

CMYK percentages

%13.33
%64
%0
%70.59

Codes

Color #411B4B in popluar color models

41 1B 4B
RGB 65 27 75
HSL 288° 47.06% 20.00%
HSB/HSV 288° 64.00% 29.41%
CMYK 13.33% 64.00% 0.00%
70.59%

Color #411B4B in popluar number systems.

HEX 41 1B 4B
Decimal 65 27 75
Binary 1000001 11011 1001011
Octal 101 33 113

Shades and tints

Shades of #411B4B

#411B4B
(65,27,75)
#3C1945
(60,25,69)
#37173F
(55,23,63)
#321539
(50,21,57)
#2D1333
(45,19,51)
#28112D
(40,17,45)
#230F27
(35,15,39)
#1E0D21
(30,13,33)
#190B1B
(25,11,27)
#140915
(20,9,21)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #411B4B

#411B4B
(65,27,75)
#522F5B
(82,47,91)
#63436B
(99,67,107)
#74577B
(116,87,123)
#856B8B
(133,107,139)
#967F9B
(150,127,155)
#A793AB
(167,147,171)
#B8A7BB
(184,167,187)
#C9BBCB
(201,187,203)
#DACFDB
(218,207,219)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411B4B; }

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

This text font color is #411B4B.

Background Color

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

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

This div background color is #411B4B.

Border color

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

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

This div border color is #411B4B.

Opacity

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

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

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

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

This text has shadow with #411B4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411B4B.

Preview

Color preview on black background

This text has color #411B4B on black background.


Color preview on white background

This text has color #411B4B on white background.


Black color preview on #411B4B background

This text has black color on #411B4B background.


White color preview on #411B4B background

This text has white color on #411B4B background.


Related colors

Complementary color

Complementary color for #hex is #BEE4B4.


I love getcolorcode.com

Triadic colors

1 #4B411B and #1B4B41 with #411B4B are triadic colors.

2 #4B1B41 and #1B414B with #411B4B are triadic colors.