COLOR #401884

HEX: #401884
RGB: (64,24,132)

Color info

#401884 contains mainly blue color. Web safe color of #401884 is #330099 (or #309).

RGB color model

#401884 color RGB value is (64,24,132).

  • red value is 64;
  • green value is 24;
  • blue value is 132.
RGB:
(64,24,132)
(25%,9%,52%)

RGB channels and saturation

R 64 of 255 = 25%
G 24 of 255 = 9%
B 132 of 255 = 52%

64
24
132

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

Portions of RGB colors in percentages

R + G + B =
64 + 24 + 132 = 220 (100%)
R 64 of 220 ~ 29.09%
G 24 of 220 ~ 10.91%
B 132 of 220 ~ 60%

%29.09
%10.91
%60

CMYK color model

#401884 color CMYK value is (52,82,0,48).

  • cyan value is 51.52%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(52,82,0,48)
C52M82Y0K48 
(52%,82%,0%,48%)
(0.52/0.82/0.00/0.48)	

CMYK percentages

%51.52
%81.82
%0
%48.24

Codes

Color #401884 in popluar color models

401884
RGB6424132
HSL262°69.23%30.59%
HSB/HSV262°81.82%51.76%
CMYK51.52%81.82%0.00%
48.24%

Color #401884 in popluar number systems.

HEX401884
Decimal6424132
Binary10000001100010000100
Octal10030204

Shades and tints

Shades of #401884

#401884
(64,24,132)
#3B1678
(59,22,120)
#36146C
(54,20,108)
#311260
(49,18,96)
#2C1054
(44,16,84)
#270E48
(39,14,72)
#220C3C
(34,12,60)
#1D0A30
(29,10,48)
#180824
(24,8,36)
#130618
(19,6,24)
#0E040C
(14,4,12)
#000000
(0,0,0)

Tints of #401884

#401884
(64,24,132)
#512D8F
(81,45,143)
#62429A
(98,66,154)
#7357A5
(115,87,165)
#846CB0
(132,108,176)
#9581BB
(149,129,187)
#A696C6
(166,150,198)
#B7ABD1
(183,171,209)
#C8C0DC
(200,192,220)
#D9D5E7
(217,213,231)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401884 color. Also use rgb(64,24,132) instead hex code.

Text Font Color

.myTextColor { color: #401884; }

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

This text font color is #401884.


Background Color

.myBgColor { background-color: #401884; }

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

This div background color is #401884.


Border color

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

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

This div border color is #401884.


Opacity

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

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

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

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

This text has shadow with #401884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401884 on black background.


Color preview on white background

This text has color #401884 on white background.



Black color preview on #401884 background

This text has black color on #401884 background.


White color preview on #401884 background

This text has white color on #401884 background.