COLOR #401044

HEX: #401044
RGB: (64,16,68)

Color info

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

RGB color model

#401044 color RGB value is (64,16,68).

  • red value is 64;
  • green value is 16;
  • blue value is 68.
RGB:
(64,16,68)
(25%,6%,27%)

RGB channels and saturation

R 64 of 255 = 25%
G 16 of 255 = 6%
B 68 of 255 = 27%

64
16
68

R + G + B ~ 19%. #401044 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 16 + 68 = 148 (100%)
R 64 of 148 ~ 43.24%
G 16 of 148 ~ 10.81%
B 68 of 148 ~ 45.95%

%43.24
%10.81
%45.95

CMYK color model

#401044 color CMYK value is (6,76,0,73).

  • cyan value is 5.88%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(6,76,0,73)
C6M76Y0K73 
(6%,76%,0%,73%)
(0.06/0.76/0.00/0.73)	

CMYK percentages

%5.88
%76.47
%0
%73.33

Codes

Color #401044 in popluar color models

401044
RGB641668
HSL295°61.90%16.47%
HSB/HSV295°76.47%26.67%
CMYK5.88%76.47%0.00%
73.33%

Color #401044 in popluar number systems.

HEX401044
Decimal641668
Binary1000000100001000100
Octal10020104

Shades and tints

Shades of #401044

#401044
(64,16,68)
#3B0F3E
(59,15,62)
#360E38
(54,14,56)
#310D32
(49,13,50)
#2C0C2C
(44,12,44)
#270B26
(39,11,38)
#220A20
(34,10,32)
#1D091A
(29,9,26)
#180814
(24,8,20)
#13070E
(19,7,14)
#0E0608
(14,6,8)
#000000
(0,0,0)

Tints of #401044

#401044
(64,16,68)
#512555
(81,37,85)
#623A66
(98,58,102)
#734F77
(115,79,119)
#846488
(132,100,136)
#957999
(149,121,153)
#A68EAA
(166,142,170)
#B7A3BB
(183,163,187)
#C8B8CC
(200,184,204)
#D9CDDD
(217,205,221)
#EAE2EE
(234,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401044 color. Also use rgb(64,16,68) instead hex code.

Text Font Color

.myTextColor { color: #401044; }

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

This text font color is #401044.


Background Color

.myBgColor { background-color: #401044; }

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

This div background color is #401044.


Border color

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

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

This div border color is #401044.


Opacity

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

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

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

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

This text has shadow with #401044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401044 on black background.


Color preview on white background

This text has color #401044 on white background.



Black color preview on #401044 background

This text has black color on #401044 background.


White color preview on #401044 background

This text has white color on #401044 background.