COLOR #411080

HEX: #411080
RGB: (65,16,128)

Color info

#411080 contains mainly blue color. Web safe color of #411080 is #330066 (or #306).

RGB color model

#411080 color RGB value is (65,16,128).

  • red value is 65;
  • green value is 16;
  • blue value is 128.
RGB:
(65,16,128)
(25%,6%,50%)

RGB channels and saturation

R 65 of 255 = 25%
G 16 of 255 = 6%
B 128 of 255 = 50%

65
16
128

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

Portions of RGB colors in percentages

R + G + B =
65 + 16 + 128 = 209 (100%)
R 65 of 209 ~ 31.1%
G 16 of 209 ~ 7.66%
B 128 of 209 ~ 61.24%

%31.1
%61.24

CMYK color model

#411080 color CMYK value is (49,88,0,50).

  • cyan value is 49.22%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(49,88,0,50)
C49M88Y0K50 
(49%,88%,0%,50%)
(0.49/0.88/0.00/0.50)	

CMYK percentages

%49.22
%87.5
%0
%49.8

Codes

Color #411080 in popluar color models

411080
RGB6516128
HSL266°77.78%28.24%
HSB/HSV266°87.50%50.20%
CMYK49.22%87.50%0.00%
49.80%

Color #411080 in popluar number systems.

HEX411080
Decimal6516128
Binary10000011000010000000
Octal10120200

Shades and tints

Shades of #411080

#411080
(65,16,128)
#3C0F75
(60,15,117)
#370E6A
(55,14,106)
#320D5F
(50,13,95)
#2D0C54
(45,12,84)
#280B49
(40,11,73)
#230A3E
(35,10,62)
#1E0933
(30,9,51)
#190828
(25,8,40)
#14071D
(20,7,29)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #411080

#411080
(65,16,128)
#52258B
(82,37,139)
#633A96
(99,58,150)
#744FA1
(116,79,161)
#8564AC
(133,100,172)
#9679B7
(150,121,183)
#A78EC2
(167,142,194)
#B8A3CD
(184,163,205)
#C9B8D8
(201,184,216)
#DACDE3
(218,205,227)
#EBE2EE
(235,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411080; }

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

This text font color is #411080.


Background Color

.myBgColor { background-color: #411080; }

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

This div background color is #411080.


Border color

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

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

This div border color is #411080.


Opacity

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

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

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

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

This text has shadow with #411080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411080 on black background.


Color preview on white background

This text has color #411080 on white background.



Black color preview on #411080 background

This text has black color on #411080 background.


White color preview on #411080 background

This text has white color on #411080 background.