COLOR #401451

HEX: #401451
RGB: (64,20,81)

Color info

#401451 contains mainly red and blue colors. Web safe color of #401451 is #330066 (or #306).

RGB color model

#401451 color RGB value is (64,20,81).

  • red value is 64;
  • green value is 20;
  • blue value is 81.
RGB:
(64,20,81)
(25%,8%,32%)

RGB channels and saturation

R 64 of 255 = 25%
G 20 of 255 = 8%
B 81 of 255 = 32%

64
20
81

R + G + B ~ 22%. #401451 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 20 + 81 = 165 (100%)
R 64 of 165 ~ 38.79%
G 20 of 165 ~ 12.12%
B 81 of 165 ~ 49.09%

%38.79
%12.12
%49.09

CMYK color model

#401451 color CMYK value is (21,75,0,68).

  • cyan value is 20.99%
  • magenta value is 75.31%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(21,75,0,68)
C21M75Y0K68 
(21%,75%,0%,68%)
(0.21/0.75/0.00/0.68)	

CMYK percentages

%20.99
%75.31
%0
%68.24

Codes

Color #401451 in popluar color models

401451
RGB642081
HSL283°60.40%19.80%
HSB/HSV283°75.31%31.76%
CMYK20.99%75.31%0.00%
68.24%

Color #401451 in popluar number systems.

HEX401451
Decimal642081
Binary1000000101001010001
Octal10024121

Shades and tints

Shades of #401451

#401451
(64,20,81)
#3B134A
(59,19,74)
#361243
(54,18,67)
#31113C
(49,17,60)
#2C1035
(44,16,53)
#270F2E
(39,15,46)
#220E27
(34,14,39)
#1D0D20
(29,13,32)
#180C19
(24,12,25)
#130B12
(19,11,18)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #401451

#401451
(64,20,81)
#512960
(81,41,96)
#623E6F
(98,62,111)
#73537E
(115,83,126)
#84688D
(132,104,141)
#957D9C
(149,125,156)
#A692AB
(166,146,171)
#B7A7BA
(183,167,186)
#C8BCC9
(200,188,201)
#D9D1D8
(217,209,216)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401451 color. Also use rgb(64,20,81) instead hex code.

Text Font Color

.myTextColor { color: #401451; }

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

This text font color is #401451.


Background Color

.myBgColor { background-color: #401451; }

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

This div background color is #401451.


Border color

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

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

This div border color is #401451.


Opacity

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

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

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

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

This text has shadow with #401451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401451 on black background.


Color preview on white background

This text has color #401451 on white background.



Black color preview on #401451 background

This text has black color on #401451 background.


White color preview on #401451 background

This text has white color on #401451 background.