COLOR #401469

HEX: #401469
RGB: (64,20,105)

Color info

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

RGB color model

#401469 color RGB value is (64,20,105).

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

RGB channels and saturation

R 64 of 255 = 25%
G 20 of 255 = 8%
B 105 of 255 = 41%

64
20
105

R + G + B ~ 25%. #401469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 20 + 105 = 189 (100%)
R 64 of 189 ~ 33.86%
G 20 of 189 ~ 10.58%
B 105 of 189 ~ 55.56%

%33.86
%10.58
%55.56

CMYK color model

#401469 color CMYK value is (39,81,0,59).

  • cyan value is 39.05%
  • magenta value is 80.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(39,81,0,59)
C39M81Y0K59 
(39%,81%,0%,59%)
(0.39/0.81/0.00/0.59)	

CMYK percentages

%39.05
%80.95
%0
%58.82

Codes

Color #401469 in popluar color models

401469
RGB6420105
HSL271°68.00%24.51%
HSB/HSV271°80.95%41.18%
CMYK39.05%80.95%0.00%
58.82%

Color #401469 in popluar number systems.

HEX401469
Decimal6420105
Binary1000000101001101001
Octal10024151

Shades and tints

Shades of #401469

#401469
(64,20,105)
#3B1360
(59,19,96)
#361257
(54,18,87)
#31114E
(49,17,78)
#2C1045
(44,16,69)
#270F3C
(39,15,60)
#220E33
(34,14,51)
#1D0D2A
(29,13,42)
#180C21
(24,12,33)
#130B18
(19,11,24)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #401469

#401469
(64,20,105)
#512976
(81,41,118)
#623E83
(98,62,131)
#735390
(115,83,144)
#84689D
(132,104,157)
#957DAA
(149,125,170)
#A692B7
(166,146,183)
#B7A7C4
(183,167,196)
#C8BCD1
(200,188,209)
#D9D1DE
(217,209,222)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401469; }

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

This text font color is #401469.


Background Color

.myBgColor { background-color: #401469; }

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

This div background color is #401469.


Border color

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

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

This div border color is #401469.


Opacity

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

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

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

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

This text has shadow with #401469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401469 on black background.


Color preview on white background

This text has color #401469 on white background.



Black color preview on #401469 background

This text has black color on #401469 background.


White color preview on #401469 background

This text has white color on #401469 background.