COLOR #411E4B

HEX: #411E4B RGB: (65,30,75)

Color info

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

RGB color model

#411E4B color RGB value is (65,30,75).

RGB: (65,30,75) (25%, 12%, 29%)

RGB channels and saturation

R 65 of 255 = 25%
G 30 of 255 = 12%
B 75 of 255 = 29%

65
30
75

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

Portions of RGB colors in percentages

R + G + B = 65 + 30 + 75 = 170 (100%)
R 65 of 170 ~ 38.24%
G 30 of 170 ~ 17.65%
B 75 of 170 ~ 44.12'%

%38.24
%17.65
%44.12

CMYK color model

#411E4B color CMYK value is (13,60,0,71).

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

CMYK: (13,60,0,71)
C13M60Y0K71 (13%, 60%, 0%, 71%)
(0.13 / 0.60 / 0.00 / 0.71)

CMYK percentages

%13.33
%60
%0
%70.59

Codes

Color #411E4B in popluar color models

41 1E 4B
RGB 65 30 75
HSL 287° 42.86% 20.59%
HSB/HSV 287° 60.00% 29.41%
CMYK 13.33% 60.00% 0.00%
70.59%

Color #411E4B in popluar number systems.

HEX 41 1E 4B
Decimal 65 30 75
Binary 1000001 11110 1001011
Octal 101 36 113

Shades and tints

Shades of #411E4B

#411E4B
(65,30,75)
#3C1C45
(60,28,69)
#371A3F
(55,26,63)
#321839
(50,24,57)
#2D1633
(45,22,51)
#28142D
(40,20,45)
#231227
(35,18,39)
#1E1021
(30,16,33)
#190E1B
(25,14,27)
#140C15
(20,12,21)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #411E4B

#411E4B
(65,30,75)
#52325B
(82,50,91)
#63466B
(99,70,107)
#745A7B
(116,90,123)
#856E8B
(133,110,139)
#96829B
(150,130,155)
#A796AB
(167,150,171)
#B8AABB
(184,170,187)
#C9BECB
(201,190,203)
#DAD2DB
(218,210,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411E4B; }

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

This text font color is #411E4B.

Background Color

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

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

This div background color is #411E4B.

Border color

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

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

This div border color is #411E4B.

Opacity

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

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

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

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

This text has shadow with #411E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411E4B.

Preview

Color preview on black background

This text has color #411E4B on black background.


Color preview on white background

This text has color #411E4B on white background.


Black color preview on #411E4B background

This text has black color on #411E4B background.


White color preview on #411E4B background

This text has white color on #411E4B background.


Related colors

Complementary color

Complementary color for #hex is #BEE1B4.


I love getcolorcode.com

Triadic colors

1 #4B411E and #1E4B41 with #411E4B are triadic colors.

2 #4B1E41 and #1E414B with #411E4B are triadic colors.