COLOR #401649

HEX: #401649
RGB: (64,22,73)

Color info

#401649 contains red, green and blue colors in about the same proportion. Web safe color of #401649 is #330033 (or #303).

RGB color model

#401649 color RGB value is (64,22,73).

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

RGB channels and saturation

R 64 of 255 = 25%
G 22 of 255 = 9%
B 73 of 255 = 29%

64
22
73

R + G + B ~ 21%. #401649 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 22 + 73 = 159 (100%)
R 64 of 159 ~ 40.25%
G 22 of 159 ~ 13.84%
B 73 of 159 ~ 45.91%

%40.25
%13.84
%45.91

CMYK color model

#401649 color CMYK value is (12,70,0,71).

  • cyan value is 12.33%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(12,70,0,71)
C12M70Y0K71 
(12%,70%,0%,71%)
(0.12/0.70/0.00/0.71)	

CMYK percentages

%12.33
%69.86
%0
%71.37

Codes

Color #401649 in popluar color models

401649
RGB642273
HSL289°53.68%18.63%
HSB/HSV289°69.86%28.63%
CMYK12.33%69.86%0.00%
71.37%

Color #401649 in popluar number systems.

HEX401649
Decimal642273
Binary1000000101101001001
Octal10026111

Shades and tints

Shades of #401649

#401649
(64,22,73)
#3B1443
(59,20,67)
#36123D
(54,18,61)
#311037
(49,16,55)
#2C0E31
(44,14,49)
#270C2B
(39,12,43)
#220A25
(34,10,37)
#1D081F
(29,8,31)
#180619
(24,6,25)
#130413
(19,4,19)
#0E020D
(14,2,13)
#000000
(0,0,0)

Tints of #401649

#401649
(64,22,73)
#512B59
(81,43,89)
#624069
(98,64,105)
#735579
(115,85,121)
#846A89
(132,106,137)
#957F99
(149,127,153)
#A694A9
(166,148,169)
#B7A9B9
(183,169,185)
#C8BEC9
(200,190,201)
#D9D3D9
(217,211,217)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401649 color. Also use rgb(64,22,73) instead hex code.

Text Font Color

.myTextColor { color: #401649; }

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

This text font color is #401649.


Background Color

.myBgColor { background-color: #401649; }

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

This div background color is #401649.


Border color

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

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

This div border color is #401649.


Opacity

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

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

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

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

This text has shadow with #401649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401649 on black background.


Color preview on white background

This text has color #401649 on white background.



Black color preview on #401649 background

This text has black color on #401649 background.


White color preview on #401649 background

This text has white color on #401649 background.