COLOR #401C83

HEX: #401C83 RGB: (64,28,131)

Color info

#401C83 contains mainly blue color. Web safe color of #401C83 is #333399 (or #339).

RGB color model

#401C83 color RGB value is (64,28,131).

RGB: (64,28,131) (25%, 11%, 51%)

RGB channels and saturation

R 64 of 255 = 25%
G 28 of 255 = 11%
B 131 of 255 = 51%

64
28
131

R + G + B ~ 29%. #401C83 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 28 + 131 = 223 (100%)
R 64 of 223 ~ 28.7%
G 28 of 223 ~ 12.56%
B 131 of 223 ~ 58.74'%

%28.7
%12.56
%58.74

CMYK color model

#401C83 color CMYK value is (51,79,0,49).

  • cyan value is 51.15%
  • magenta value is 78.63%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (51,79,0,49)
C51M79Y0K49 (51%, 79%, 0%, 49%)
(0.51 / 0.79 / 0.00 / 0.49)

CMYK percentages

%51.15
%78.63
%0
%48.63

Codes

Color #401C83 in popluar color models

40 1C 83
RGB 64 28 131
HSL 261° 64.78% 31.18%
HSB/HSV 261° 78.63% 51.37%
CMYK 51.15% 78.63% 0.00%
48.63%

Color #401C83 in popluar number systems.

HEX 40 1C 83
Decimal 64 28 131
Binary 1000000 11100 10000011
Octal 100 34 203

Shades and tints

Shades of #401C83

#401C83
(64,28,131)
#3B1A78
(59,26,120)
#36186D
(54,24,109)
#311662
(49,22,98)
#2C1457
(44,20,87)
#27124C
(39,18,76)
#221041
(34,16,65)
#1D0E36
(29,14,54)
#180C2B
(24,12,43)
#130A20
(19,10,32)
#0E0815
(14,8,21)
#000000
(0,0,0)

Tints of #401C83

#401C83
(64,28,131)
#51308E
(81,48,142)
#624499
(98,68,153)
#7358A4
(115,88,164)
#846CAF
(132,108,175)
#9580BA
(149,128,186)
#A694C5
(166,148,197)
#B7A8D0
(183,168,208)
#C8BCDB
(200,188,219)
#D9D0E6
(217,208,230)
#EAE4F1
(234,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401C83 color. Also use rgb(64,28,131) instead hex code.

Text Font Color

.myTextColor { color: #401C83; }

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

This text font color is #401C83.

Background Color

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

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

This div background color is #401C83.

Border color

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

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

This div border color is #401C83.

Opacity

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

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

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

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

This text has shadow with #401C83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401C83.

Preview

Color preview on black background

This text has color #401C83 on black background.


Color preview on white background

This text has color #401C83 on white background.


Black color preview on #401C83 background

This text has black color on #401C83 background.


White color preview on #401C83 background

This text has white color on #401C83 background.


Related colors

Complementary color

Complementary color for #hex is #BFE37C.


I love getcolorcode.com

Triadic colors

1 #83401C and #1C8340 with #401C83 are triadic colors.

2 #831C40 and #1C4083 with #401C83 are triadic colors.