COLOR #401779

HEX: #401779
RGB: (64,23,121)

Color info

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

RGB color model

#401779 color RGB value is (64,23,121).

  • red value is 64;
  • green value is 23;
  • blue value is 121.
RGB:
(64,23,121)
(25%,9%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 23 of 255 = 9%
B 121 of 255 = 47%

64
23
121

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

Portions of RGB colors in percentages

R + G + B =
64 + 23 + 121 = 208 (100%)
R 64 of 208 ~ 30.77%
G 23 of 208 ~ 11.06%
B 121 of 208 ~ 58.17%

%30.77
%11.06
%58.17

CMYK color model

#401779 color CMYK value is (47,81,0,53).

  • cyan value is 47.11%
  • magenta value is 80.99%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(47,81,0,53)
C47M81Y0K53 
(47%,81%,0%,53%)
(0.47/0.81/0.00/0.53)	

CMYK percentages

%47.11
%80.99
%0
%52.55

Codes

Color #401779 in popluar color models

401779
RGB6423121
HSL265°68.06%28.24%
HSB/HSV265°80.99%47.45%
CMYK47.11%80.99%0.00%
52.55%

Color #401779 in popluar number systems.

HEX401779
Decimal6423121
Binary1000000101111111001
Octal10027171

Shades and tints

Shades of #401779

#401779
(64,23,121)
#3B156E
(59,21,110)
#361363
(54,19,99)
#311158
(49,17,88)
#2C0F4D
(44,15,77)
#270D42
(39,13,66)
#220B37
(34,11,55)
#1D092C
(29,9,44)
#180721
(24,7,33)
#130516
(19,5,22)
#0E030B
(14,3,11)
#000000
(0,0,0)

Tints of #401779

#401779
(64,23,121)
#512C85
(81,44,133)
#624191
(98,65,145)
#73569D
(115,86,157)
#846BA9
(132,107,169)
#9580B5
(149,128,181)
#A695C1
(166,149,193)
#B7AACD
(183,170,205)
#C8BFD9
(200,191,217)
#D9D4E5
(217,212,229)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401779 color. Also use rgb(64,23,121) instead hex code.

Text Font Color

.myTextColor { color: #401779; }

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

This text font color is #401779.


Background Color

.myBgColor { background-color: #401779; }

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

This div background color is #401779.


Border color

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

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

This div border color is #401779.


Opacity

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

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

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

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

This text has shadow with #401779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401779 on black background.


Color preview on white background

This text has color #401779 on white background.



Black color preview on #401779 background

This text has black color on #401779 background.


White color preview on #401779 background

This text has white color on #401779 background.