COLOR #411AB4

HEX: #411AB4
RGB: (65,26,180)

Color info

#411AB4 contains mainly blue color. Web safe color of #411AB4 is #3300CC (or #30C).

RGB color model

#411AB4 color RGB value is (65,26,180).

  • red value is 65;
  • green value is 26;
  • blue value is 180.
RGB:
(65,26,180)
(25%,10%,71%)

RGB channels and saturation

R 65 of 255 = 25%
G 26 of 255 = 10%
B 180 of 255 = 71%

65
26
180

R + G + B ~ 35%. #411AB4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 26 + 180 = 271 (100%)
R 65 of 271 ~ 23.99%
G 26 of 271 ~ 9.59%
B 180 of 271 ~ 66.42%

%23.99
%9.59
%66.42

CMYK color model

#411AB4 color CMYK value is (64,86,0,29).

  • cyan value is 63.89%
  • magenta value is 85.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(64,86,0,29)
C64M86Y0K29 
(64%,86%,0%,29%)
(0.64/0.86/0.00/0.29)	

CMYK percentages

%63.89
%85.56
%0
%29.41

Codes

Color #411AB4 in popluar color models

411AB4
RGB6526180
HSL255°74.76%40.39%
HSB/HSV255°85.56%70.59%
CMYK63.89%85.56%0.00%
29.41%

Color #411AB4 in popluar number systems.

HEX411AB4
Decimal6526180
Binary10000011101010110100
Octal10132264

Shades and tints

Shades of #411AB4

#411AB4
(65,26,180)
#3C18A4
(60,24,164)
#371694
(55,22,148)
#321484
(50,20,132)
#2D1274
(45,18,116)
#281064
(40,16,100)
#230E54
(35,14,84)
#1E0C44
(30,12,68)
#190A34
(25,10,52)
#140824
(20,8,36)
#0F0614
(15,6,20)
#000000
(0,0,0)

Tints of #411AB4

#411AB4
(65,26,180)
#522EBA
(82,46,186)
#6342C0
(99,66,192)
#7456C6
(116,86,198)
#856ACC
(133,106,204)
#967ED2
(150,126,210)
#A792D8
(167,146,216)
#B8A6DE
(184,166,222)
#C9BAE4
(201,186,228)
#DACEEA
(218,206,234)
#EBE2F0
(235,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411AB4 color. Also use rgb(65,26,180) instead hex code.

Text Font Color

.myTextColor { color: #411AB4; }

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

This text font color is #411AB4.


Background Color

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

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

This div background color is #411AB4.


Border color

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

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

This div border color is #411AB4.


Opacity

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

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

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

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

This text has shadow with #411AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411AB4 on black background.


Color preview on white background

This text has color #411AB4 on white background.



Black color preview on #411AB4 background

This text has black color on #411AB4 background.


White color preview on #411AB4 background

This text has white color on #411AB4 background.