COLOR #411B6F

HEX: #411B6F RGB: (65,27,111)

Color info

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

RGB color model

#411B6F color RGB value is (65,27,111).

RGB: (65,27,111) (25%, 11%, 44%)

RGB channels and saturation

R 65 of 255 = 25%
G 27 of 255 = 11%
B 111 of 255 = 44%

65
27
111

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

Portions of RGB colors in percentages

R + G + B = 65 + 27 + 111 = 203 (100%)
R 65 of 203 ~ 32.02%
G 27 of 203 ~ 13.3%
B 111 of 203 ~ 54.68'%

%32.02
%13.3
%54.68

CMYK color model

#411B6F color CMYK value is (41,76,0,56).

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

CMYK: (41,76,0,56)
C41M76Y0K56 (41%, 76%, 0%, 56%)
(0.41 / 0.76 / 0.00 / 0.56)

CMYK percentages

%41.44
%75.68
%0
%56.47

Codes

Color #411B6F in popluar color models

41 1B 6F
RGB 65 27 111
HSL 267° 60.87% 27.06%
HSB/HSV 267° 75.68% 43.53%
CMYK 41.44% 75.68% 0.00%
56.47%

Color #411B6F in popluar number systems.

HEX 41 1B 6F
Decimal 65 27 111
Binary 1000001 11011 1101111
Octal 101 33 157

Shades and tints

Shades of #411B6F

#411B6F
(65,27,111)
#3C1965
(60,25,101)
#37175B
(55,23,91)
#321551
(50,21,81)
#2D1347
(45,19,71)
#28113D
(40,17,61)
#230F33
(35,15,51)
#1E0D29
(30,13,41)
#190B1F
(25,11,31)
#140915
(20,9,21)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #411B6F

#411B6F
(65,27,111)
#522F7C
(82,47,124)
#634389
(99,67,137)
#745796
(116,87,150)
#856BA3
(133,107,163)
#967FB0
(150,127,176)
#A793BD
(167,147,189)
#B8A7CA
(184,167,202)
#C9BBD7
(201,187,215)
#DACFE4
(218,207,228)
#EBE3F1
(235,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411B6F; }

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

This text font color is #411B6F.

Background Color

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

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

This div background color is #411B6F.

Border color

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

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

This div border color is #411B6F.

Opacity

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

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

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

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

This text has shadow with #411B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411B6F.

Preview

Color preview on black background

This text has color #411B6F on black background.


Color preview on white background

This text has color #411B6F on white background.


Black color preview on #411B6F background

This text has black color on #411B6F background.


White color preview on #411B6F background

This text has white color on #411B6F background.


Related colors

Complementary color

Complementary color for #hex is #BEE490.


I love getcolorcode.com

Triadic colors

1 #6F411B and #1B6F41 with #411B6F are triadic colors.

2 #6F1B41 and #1B416F with #411B6F are triadic colors.