COLOR #401F60

HEX: #401F60
RGB: (64,31,96)

Color info

#401F60 contains mainly red and blue colors. Web safe color of #401F60 is #333366 (or #336).

RGB color model

#401F60 color RGB value is (64,31,96).

  • red value is 64;
  • green value is 31;
  • blue value is 96.
RGB:
(64,31,96)
(25%,12%,38%)

RGB channels and saturation

R 64 of 255 = 25%
G 31 of 255 = 12%
B 96 of 255 = 38%

64
31
96

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

Portions of RGB colors in percentages

R + G + B =
64 + 31 + 96 = 191 (100%)
R 64 of 191 ~ 33.51%
G 31 of 191 ~ 16.23%
B 96 of 191 ~ 50.26%

%33.51
%16.23
%50.26

CMYK color model

#401F60 color CMYK value is (33,68,0,62).

  • cyan value is 33.33%
  • magenta value is 67.71%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(33,68,0,62)
C33M68Y0K62 
(33%,68%,0%,62%)
(0.33/0.68/0.00/0.62)	

CMYK percentages

%33.33
%67.71
%0
%62.35

Codes

Color #401F60 in popluar color models

401F60
RGB643196
HSL270°51.18%24.90%
HSB/HSV270°67.71%37.65%
CMYK33.33%67.71%0.00%
62.35%

Color #401F60 in popluar number systems.

HEX401F60
Decimal643196
Binary1000000111111100000
Octal10037140

Shades and tints

Shades of #401F60

#401F60
(64,31,96)
#3B1D58
(59,29,88)
#361B50
(54,27,80)
#311948
(49,25,72)
#2C1740
(44,23,64)
#271538
(39,21,56)
#221330
(34,19,48)
#1D1128
(29,17,40)
#180F20
(24,15,32)
#130D18
(19,13,24)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #401F60

#401F60
(64,31,96)
#51336E
(81,51,110)
#62477C
(98,71,124)
#735B8A
(115,91,138)
#846F98
(132,111,152)
#9583A6
(149,131,166)
#A697B4
(166,151,180)
#B7ABC2
(183,171,194)
#C8BFD0
(200,191,208)
#D9D3DE
(217,211,222)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401F60 color. Also use rgb(64,31,96) instead hex code.

Text Font Color

.myTextColor { color: #401F60; }

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

This text font color is #401F60.


Background Color

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

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

This div background color is #401F60.


Border color

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

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

This div border color is #401F60.


Opacity

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

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

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

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

This text has shadow with #401F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401F60 on black background.


Color preview on white background

This text has color #401F60 on white background.



Black color preview on #401F60 background

This text has black color on #401F60 background.


White color preview on #401F60 background

This text has white color on #401F60 background.