COLOR #401247

HEX: #401247
RGB: (64,18,71)

Color info

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

RGB color model

#401247 color RGB value is (64,18,71).

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

RGB channels and saturation

R 64 of 255 = 25%
G 18 of 255 = 7%
B 71 of 255 = 28%

64
18
71

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

Portions of RGB colors in percentages

R + G + B =
64 + 18 + 71 = 153 (100%)
R 64 of 153 ~ 41.83%
G 18 of 153 ~ 11.76%
B 71 of 153 ~ 46.41%

%41.83
%11.76
%46.41

CMYK color model

#401247 color CMYK value is (10,75,0,72).

  • cyan value is 9.86%
  • magenta value is 74.65%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(10,75,0,72)
C10M75Y0K72 
(10%,75%,0%,72%)
(0.10/0.75/0.00/0.72)	

CMYK percentages

%9.86
%74.65
%0
%72.16

Codes

Color #401247 in popluar color models

401247
RGB641871
HSL292°59.55%17.45%
HSB/HSV292°74.65%27.84%
CMYK9.86%74.65%0.00%
72.16%

Color #401247 in popluar number systems.

HEX401247
Decimal641871
Binary1000000100101000111
Octal10022107

Shades and tints

Shades of #401247

#401247
(64,18,71)
#3B1141
(59,17,65)
#36103B
(54,16,59)
#310F35
(49,15,53)
#2C0E2F
(44,14,47)
#270D29
(39,13,41)
#220C23
(34,12,35)
#1D0B1D
(29,11,29)
#180A17
(24,10,23)
#130911
(19,9,17)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #401247

#401247
(64,18,71)
#512757
(81,39,87)
#623C67
(98,60,103)
#735177
(115,81,119)
#846687
(132,102,135)
#957B97
(149,123,151)
#A690A7
(166,144,167)
#B7A5B7
(183,165,183)
#C8BAC7
(200,186,199)
#D9CFD7
(217,207,215)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401247; }

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

This text font color is #401247.


Background Color

.myBgColor { background-color: #401247; }

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

This div background color is #401247.


Border color

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

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

This div border color is #401247.


Opacity

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

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

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

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

This text has shadow with #401247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401247 on black background.


Color preview on white background

This text has color #401247 on white background.



Black color preview on #401247 background

This text has black color on #401247 background.


White color preview on #401247 background

This text has white color on #401247 background.