COLOR #401A75

HEX: #401A75
RGB: (64,26,117)

Color info

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

RGB color model

#401A75 color RGB value is (64,26,117).

  • red value is 64;
  • green value is 26;
  • blue value is 117.
RGB:
(64,26,117)
(25%,10%,46%)

RGB channels and saturation

R 64 of 255 = 25%
G 26 of 255 = 10%
B 117 of 255 = 46%

64
26
117

R + G + B ~ 27%. #401A75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 26 + 117 = 207 (100%)
R 64 of 207 ~ 30.92%
G 26 of 207 ~ 12.56%
B 117 of 207 ~ 56.52%

%30.92
%12.56
%56.52

CMYK color model

#401A75 color CMYK value is (45,78,0,54).

  • cyan value is 45.30%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(45,78,0,54)
C45M78Y0K54 
(45%,78%,0%,54%)
(0.45/0.78/0.00/0.54)	

CMYK percentages

%45.3
%77.78
%0
%54.12

Codes

Color #401A75 in popluar color models

401A75
RGB6426117
HSL265°63.64%28.04%
HSB/HSV265°77.78%45.88%
CMYK45.30%77.78%0.00%
54.12%

Color #401A75 in popluar number systems.

HEX401A75
Decimal6426117
Binary1000000110101110101
Octal10032165

Shades and tints

Shades of #401A75

#401A75
(64,26,117)
#3B186B
(59,24,107)
#361661
(54,22,97)
#311457
(49,20,87)
#2C124D
(44,18,77)
#271043
(39,16,67)
#220E39
(34,14,57)
#1D0C2F
(29,12,47)
#180A25
(24,10,37)
#13081B
(19,8,27)
#0E0611
(14,6,17)
#000000
(0,0,0)

Tints of #401A75

#401A75
(64,26,117)
#512E81
(81,46,129)
#62428D
(98,66,141)
#735699
(115,86,153)
#846AA5
(132,106,165)
#957EB1
(149,126,177)
#A692BD
(166,146,189)
#B7A6C9
(183,166,201)
#C8BAD5
(200,186,213)
#D9CEE1
(217,206,225)
#EAE2ED
(234,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401A75 color. Also use rgb(64,26,117) instead hex code.

Text Font Color

.myTextColor { color: #401A75; }

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

This text font color is #401A75.


Background Color

.myBgColor { background-color: #401A75; }

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

This div background color is #401A75.


Border color

.myBorderColor { border: 1px solid #401A75; }

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

This div border color is #401A75.


Opacity

.myOpacity80 { color: #401A75; opacity: 0.8; }

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

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

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

This text has shadow with #401A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401A75 on black background.


Color preview on white background

This text has color #401A75 on white background.



Black color preview on #401A75 background

This text has black color on #401A75 background.


White color preview on #401A75 background

This text has white color on #401A75 background.