COLOR #401DBA

HEX: #401DBA
RGB: (64,29,186)

Color info

#401DBA contains mainly blue color. Web safe color of #401DBA is #3333CC (or #33C).

RGB color model

#401DBA color RGB value is (64,29,186).

  • red value is 64;
  • green value is 29;
  • blue value is 186.
RGB:
(64,29,186)
(25%,11%,73%)

RGB channels and saturation

R 64 of 255 = 25%
G 29 of 255 = 11%
B 186 of 255 = 73%

64
29
186

R + G + B ~ 36%. #401DBA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 29 + 186 = 279 (100%)
R 64 of 279 ~ 22.94%
G 29 of 279 ~ 10.39%
B 186 of 279 ~ 66.67%

%22.94
%10.39
%66.67

CMYK color model

#401DBA color CMYK value is (66,84,0,27).

  • cyan value is 65.59%
  • magenta value is 84.41%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(66,84,0,27)
C66M84Y0K27 
(66%,84%,0%,27%)
(0.66/0.84/0.00/0.27)	

CMYK percentages

%65.59
%84.41
%0
%27.06

Codes

Color #401DBA in popluar color models

401DBA
RGB6429186
HSL253°73.02%42.16%
HSB/HSV253°84.41%72.94%
CMYK65.59%84.41%0.00%
27.06%

Color #401DBA in popluar number systems.

HEX401DBA
Decimal6429186
Binary10000001110110111010
Octal10035272

Shades and tints

Shades of #401DBA

#401DBA
(64,29,186)
#3B1BAA
(59,27,170)
#36199A
(54,25,154)
#31178A
(49,23,138)
#2C157A
(44,21,122)
#27136A
(39,19,106)
#22115A
(34,17,90)
#1D0F4A
(29,15,74)
#180D3A
(24,13,58)
#130B2A
(19,11,42)
#0E091A
(14,9,26)
#000000
(0,0,0)

Tints of #401DBA

#401DBA
(64,29,186)
#5131C0
(81,49,192)
#6245C6
(98,69,198)
#7359CC
(115,89,204)
#846DD2
(132,109,210)
#9581D8
(149,129,216)
#A695DE
(166,149,222)
#B7A9E4
(183,169,228)
#C8BDEA
(200,189,234)
#D9D1F0
(217,209,240)
#EAE5F6
(234,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401DBA color. Also use rgb(64,29,186) instead hex code.

Text Font Color

.myTextColor { color: #401DBA; }

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

This text font color is #401DBA.


Background Color

.myBgColor { background-color: #401DBA; }

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

This div background color is #401DBA.


Border color

.myBorderColor { border: 1px solid #401DBA; }

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

This div border color is #401DBA.


Opacity

.myOpacity80 { color: #401DBA; opacity: 0.8; }

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

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

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

This text has shadow with #401DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401DBA on black background.


Color preview on white background

This text has color #401DBA on white background.



Black color preview on #401DBA background

This text has black color on #401DBA background.


White color preview on #401DBA background

This text has white color on #401DBA background.