COLOR #411341

HEX: #411341
RGB: (65,19,65)

Color info

#411341 contains red, green and blue colors in about the same proportion. Web safe color of #411341 is #330033 (or #303).

RGB color model

#411341 color RGB value is (65,19,65).

  • red value is 65;
  • green value is 19;
  • blue value is 65.
RGB:
(65,19,65)
(25%,7%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 19 of 255 = 7%
B 65 of 255 = 25%

65
19
65

R + G + B ~ 19%. #411341 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 19 + 65 = 149 (100%)
R 65 of 149 ~ 43.62%
G 19 of 149 ~ 12.75%
B 65 of 149 ~ 43.62%

%43.62
%12.75
%43.62

CMYK color model

#411341 color CMYK value is (0,71,0,75).

  • cyan value is 0.00%
  • magenta value is 70.77%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(0,71,0,75)
C0M71Y0K75 
(0%,71%,0%,75%)
(0.00/0.71/0.00/0.75)	

CMYK percentages

%0
%70.77
%0
%74.51

Codes

Color #411341 in popluar color models

411341
RGB651965
HSL300°54.76%16.47%
HSB/HSV300°70.77%25.49%
CMYK0.00%70.77%0.00%
74.51%

Color #411341 in popluar number systems.

HEX411341
Decimal651965
Binary1000001100111000001
Octal10123101

Shades and tints

Shades of #411341

#411341
(65,19,65)
#3C123C
(60,18,60)
#371137
(55,17,55)
#321032
(50,16,50)
#2D0F2D
(45,15,45)
#280E28
(40,14,40)
#230D23
(35,13,35)
#1E0C1E
(30,12,30)
#190B19
(25,11,25)
#140A14
(20,10,20)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #411341

#411341
(65,19,65)
#522852
(82,40,82)
#633D63
(99,61,99)
#745274
(116,82,116)
#856785
(133,103,133)
#967C96
(150,124,150)
#A791A7
(167,145,167)
#B8A6B8
(184,166,184)
#C9BBC9
(201,187,201)
#DAD0DA
(218,208,218)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411341 color. Also use rgb(65,19,65) instead hex code.

Text Font Color

.myTextColor { color: #411341; }

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

This text font color is #411341.


Background Color

.myBgColor { background-color: #411341; }

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

This div background color is #411341.


Border color

.myBorderColor { border: 1px solid #411341; }

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

This div border color is #411341.


Opacity

.myOpacity80 { color: #411341; opacity: 0.8; }

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

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

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

This text has shadow with #411341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411341 on black background.


Color preview on white background

This text has color #411341 on white background.



Black color preview on #411341 background

This text has black color on #411341 background.


White color preview on #411341 background

This text has white color on #411341 background.