COLOR #401249

HEX: #401249
RGB: (64,18,73)

Color info

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

RGB color model

#401249 color RGB value is (64,18,73).

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

RGB channels and saturation

R 64 of 255 = 25%
G 18 of 255 = 7%
B 73 of 255 = 29%

64
18
73

R + G + B ~ 20%. #401249 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 18 + 73 = 155 (100%)
R 64 of 155 ~ 41.29%
G 18 of 155 ~ 11.61%
B 73 of 155 ~ 47.1%

%41.29
%11.61
%47.1

CMYK color model

#401249 color CMYK value is (12,75,0,71).

  • cyan value is 12.33%
  • magenta value is 75.34%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(12,75,0,71)
C12M75Y0K71 
(12%,75%,0%,71%)
(0.12/0.75/0.00/0.71)	

CMYK percentages

%12.33
%75.34
%0
%71.37

Codes

Color #401249 in popluar color models

401249
RGB641873
HSL290°60.44%17.84%
HSB/HSV290°75.34%28.63%
CMYK12.33%75.34%0.00%
71.37%

Color #401249 in popluar number systems.

HEX401249
Decimal641873
Binary1000000100101001001
Octal10022111

Shades and tints

Shades of #401249

#401249
(64,18,73)
#3B1143
(59,17,67)
#36103D
(54,16,61)
#310F37
(49,15,55)
#2C0E31
(44,14,49)
#270D2B
(39,13,43)
#220C25
(34,12,37)
#1D0B1F
(29,11,31)
#180A19
(24,10,25)
#130913
(19,9,19)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #401249

#401249
(64,18,73)
#512759
(81,39,89)
#623C69
(98,60,105)
#735179
(115,81,121)
#846689
(132,102,137)
#957B99
(149,123,153)
#A690A9
(166,144,169)
#B7A5B9
(183,165,185)
#C8BAC9
(200,186,201)
#D9CFD9
(217,207,217)
#EAE4E9
(234,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401249; }

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

This text font color is #401249.


Background Color

.myBgColor { background-color: #401249; }

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

This div background color is #401249.


Border color

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

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

This div border color is #401249.


Opacity

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

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

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

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

This text has shadow with #401249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401249 on black background.


Color preview on white background

This text has color #401249 on white background.



Black color preview on #401249 background

This text has black color on #401249 background.


White color preview on #401249 background

This text has white color on #401249 background.