COLOR #411B5D

HEX: #411B5D RGB: (65,27,93)

Color info

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

RGB color model

#411B5D color RGB value is (65,27,93).

RGB: (65,27,93) (25%, 11%, 36%)

RGB channels and saturation

R 65 of 255 = 25%
G 27 of 255 = 11%
B 93 of 255 = 36%

65
27
93

R + G + B ~ 24%. #411B5D is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 27 + 93 = 185 (100%)
R 65 of 185 ~ 35.14%
G 27 of 185 ~ 14.59%
B 93 of 185 ~ 50.27'%

%35.14
%14.59
%50.27

CMYK color model

#411B5D color CMYK value is (30,71,0,64).

  • cyan value is 30.11%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (30,71,0,64)
C30M71Y0K64 (30%, 71%, 0%, 64%)
(0.30 / 0.71 / 0.00 / 0.64)

CMYK percentages

%30.11
%70.97
%0
%63.53

Codes

Color #411B5D in popluar color models

41 1B 5D
RGB 65 27 93
HSL 275° 55.00% 23.53%
HSB/HSV 275° 70.97% 36.47%
CMYK 30.11% 70.97% 0.00%
63.53%

Color #411B5D in popluar number systems.

HEX 41 1B 5D
Decimal 65 27 93
Binary 1000001 11011 1011101
Octal 101 33 135

Shades and tints

Shades of #411B5D

#411B5D
(65,27,93)
#3C1955
(60,25,85)
#37174D
(55,23,77)
#321545
(50,21,69)
#2D133D
(45,19,61)
#281135
(40,17,53)
#230F2D
(35,15,45)
#1E0D25
(30,13,37)
#190B1D
(25,11,29)
#140915
(20,9,21)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #411B5D

#411B5D
(65,27,93)
#522F6B
(82,47,107)
#634379
(99,67,121)
#745787
(116,87,135)
#856B95
(133,107,149)
#967FA3
(150,127,163)
#A793B1
(167,147,177)
#B8A7BF
(184,167,191)
#C9BBCD
(201,187,205)
#DACFDB
(218,207,219)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411B5D; }

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

This text font color is #411B5D.

Background Color

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

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

This div background color is #411B5D.

Border color

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

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

This div border color is #411B5D.

Opacity

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

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

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

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

This text has shadow with #411B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411B5D.

Preview

Color preview on black background

This text has color #411B5D on black background.


Color preview on white background

This text has color #411B5D on white background.


Black color preview on #411B5D background

This text has black color on #411B5D background.


White color preview on #411B5D background

This text has white color on #411B5D background.


Related colors

Complementary color

Complementary color for #hex is #BEE4A2.


I love getcolorcode.com

Triadic colors

1 #5D411B and #1B5D41 with #411B5D are triadic colors.

2 #5D1B41 and #1B415D with #411B5D are triadic colors.