COLOR #411C5D

HEX: #411C5D
RGB: (65,28,93)

Color info

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

RGB color model

#411C5D color RGB value is (65,28,93).

  • red value is 65;
  • green value is 28;
  • blue value is 93.
RGB:
(65,28,93)
(25%,11%,36%)

RGB channels and saturation

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

65
28
93

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

Portions of RGB colors in percentages

R + G + B =
65 + 28 + 93 = 186 (100%)
R 65 of 186 ~ 34.95%
G 28 of 186 ~ 15.05%
B 93 of 186 ~ 50%

%34.95
%15.05
%50

CMYK color model

#411C5D color CMYK value is (30,70,0,64).

  • cyan value is 30.11%
  • magenta value is 69.89%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(30,70,0,64)
C30M70Y0K64 
(30%,70%,0%,64%)
(0.30/0.70/0.00/0.64)	

CMYK percentages

%30.11
%69.89
%0
%63.53

Codes

Color #411C5D in popluar color models

411C5D
RGB652893
HSL274°53.72%23.73%
HSB/HSV274°69.89%36.47%
CMYK30.11%69.89%0.00%
63.53%

Color #411C5D in popluar number systems.

HEX411C5D
Decimal652893
Binary1000001111001011101
Octal10134135

Shades and tints

Shades of #411C5D

#411C5D
(65,28,93)
#3C1A55
(60,26,85)
#37184D
(55,24,77)
#321645
(50,22,69)
#2D143D
(45,20,61)
#281235
(40,18,53)
#23102D
(35,16,45)
#1E0E25
(30,14,37)
#190C1D
(25,12,29)
#140A15
(20,10,21)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #411C5D

#411C5D
(65,28,93)
#52306B
(82,48,107)
#634479
(99,68,121)
#745887
(116,88,135)
#856C95
(133,108,149)
#9680A3
(150,128,163)
#A794B1
(167,148,177)
#B8A8BF
(184,168,191)
#C9BCCD
(201,188,205)
#DAD0DB
(218,208,219)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411C5D; }

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

This text font color is #411C5D.


Background Color

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

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

This div background color is #411C5D.


Border color

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

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

This div border color is #411C5D.


Opacity

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

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

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

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

This text has shadow with #411C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411C5D on black background.


Color preview on white background

This text has color #411C5D on white background.



Black color preview on #411C5D background

This text has black color on #411C5D background.


White color preview on #411C5D background

This text has white color on #411C5D background.