COLOR #401761

HEX: #401761
RGB: (64,23,97)

Color info

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

RGB color model

#401761 color RGB value is (64,23,97).

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

RGB channels and saturation

R 64 of 255 = 25%
G 23 of 255 = 9%
B 97 of 255 = 38%

64
23
97

R + G + B ~ 24%. #401761 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 23 + 97 = 184 (100%)
R 64 of 184 ~ 34.78%
G 23 of 184 ~ 12.5%
B 97 of 184 ~ 52.72%

%34.78
%12.5
%52.72

CMYK color model

#401761 color CMYK value is (34,76,0,62).

  • cyan value is 34.02%
  • magenta value is 76.29%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(34,76,0,62)
C34M76Y0K62 
(34%,76%,0%,62%)
(0.34/0.76/0.00/0.62)	

CMYK percentages

%34.02
%76.29
%0
%61.96

Codes

Color #401761 in popluar color models

401761
RGB642397
HSL273°61.67%23.53%
HSB/HSV273°76.29%38.04%
CMYK34.02%76.29%0.00%
61.96%

Color #401761 in popluar number systems.

HEX401761
Decimal642397
Binary1000000101111100001
Octal10027141

Shades and tints

Shades of #401761

#401761
(64,23,97)
#3B1559
(59,21,89)
#361351
(54,19,81)
#311149
(49,17,73)
#2C0F41
(44,15,65)
#270D39
(39,13,57)
#220B31
(34,11,49)
#1D0929
(29,9,41)
#180721
(24,7,33)
#130519
(19,5,25)
#0E0311
(14,3,17)
#000000
(0,0,0)

Tints of #401761

#401761
(64,23,97)
#512C6F
(81,44,111)
#62417D
(98,65,125)
#73568B
(115,86,139)
#846B99
(132,107,153)
#9580A7
(149,128,167)
#A695B5
(166,149,181)
#B7AAC3
(183,170,195)
#C8BFD1
(200,191,209)
#D9D4DF
(217,212,223)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401761; }

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

This text font color is #401761.


Background Color

.myBgColor { background-color: #401761; }

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

This div background color is #401761.


Border color

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

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

This div border color is #401761.


Opacity

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

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

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

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

This text has shadow with #401761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401761 on black background.


Color preview on white background

This text has color #401761 on white background.



Black color preview on #401761 background

This text has black color on #401761 background.


White color preview on #401761 background

This text has white color on #401761 background.