COLOR #401759

HEX: #401759
RGB: (64,23,89)

Color info

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

RGB color model

#401759 color RGB value is (64,23,89).

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

RGB channels and saturation

R 64 of 255 = 25%
G 23 of 255 = 9%
B 89 of 255 = 35%

64
23
89

R + G + B ~ 23%. #401759 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 23 + 89 = 176 (100%)
R 64 of 176 ~ 36.36%
G 23 of 176 ~ 13.07%
B 89 of 176 ~ 50.57%

%36.36
%13.07
%50.57

CMYK color model

#401759 color CMYK value is (28,74,0,65).

  • cyan value is 28.09%
  • magenta value is 74.16%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(28,74,0,65)
C28M74Y0K65 
(28%,74%,0%,65%)
(0.28/0.74/0.00/0.65)	

CMYK percentages

%28.09
%74.16
%0
%65.1

Codes

Color #401759 in popluar color models

401759
RGB642389
HSL277°58.93%21.96%
HSB/HSV277°74.16%34.90%
CMYK28.09%74.16%0.00%
65.10%

Color #401759 in popluar number systems.

HEX401759
Decimal642389
Binary1000000101111011001
Octal10027131

Shades and tints

Shades of #401759

#401759
(64,23,89)
#3B1551
(59,21,81)
#361349
(54,19,73)
#311141
(49,17,65)
#2C0F39
(44,15,57)
#270D31
(39,13,49)
#220B29
(34,11,41)
#1D0921
(29,9,33)
#180719
(24,7,25)
#130511
(19,5,17)
#0E0309
(14,3,9)
#000000
(0,0,0)

Tints of #401759

#401759
(64,23,89)
#512C68
(81,44,104)
#624177
(98,65,119)
#735686
(115,86,134)
#846B95
(132,107,149)
#9580A4
(149,128,164)
#A695B3
(166,149,179)
#B7AAC2
(183,170,194)
#C8BFD1
(200,191,209)
#D9D4E0
(217,212,224)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401759; }

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

This text font color is #401759.


Background Color

.myBgColor { background-color: #401759; }

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

This div background color is #401759.


Border color

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

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

This div border color is #401759.


Opacity

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

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

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

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

This text has shadow with #401759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401759 on black background.


Color preview on white background

This text has color #401759 on white background.



Black color preview on #401759 background

This text has black color on #401759 background.


White color preview on #401759 background

This text has white color on #401759 background.