COLOR #401F61

HEX: #401F61
RGB: (64,31,97)

Color info

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

RGB color model

#401F61 color RGB value is (64,31,97).

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

RGB channels and saturation

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

64
31
97

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

Portions of RGB colors in percentages

R + G + B =
64 + 31 + 97 = 192 (100%)
R 64 of 192 ~ 33.33%
G 31 of 192 ~ 16.15%
B 97 of 192 ~ 50.52%

%33.33
%16.15
%50.52

CMYK color model

#401F61 color CMYK value is (34,68,0,62).

  • cyan value is 34.02%
  • magenta value is 68.04%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(34,68,0,62)
C34M68Y0K62 
(34%,68%,0%,62%)
(0.34/0.68/0.00/0.62)	

CMYK percentages

%34.02
%68.04
%0
%61.96

Codes

Color #401F61 in popluar color models

401F61
RGB643197
HSL270°51.56%25.10%
HSB/HSV270°68.04%38.04%
CMYK34.02%68.04%0.00%
61.96%

Color #401F61 in popluar number systems.

HEX401F61
Decimal643197
Binary1000000111111100001
Octal10037141

Shades and tints

Shades of #401F61

#401F61
(64,31,97)
#3B1D59
(59,29,89)
#361B51
(54,27,81)
#311949
(49,25,73)
#2C1741
(44,23,65)
#271539
(39,21,57)
#221331
(34,19,49)
#1D1129
(29,17,41)
#180F21
(24,15,33)
#130D19
(19,13,25)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #401F61

#401F61
(64,31,97)
#51336F
(81,51,111)
#62477D
(98,71,125)
#735B8B
(115,91,139)
#846F99
(132,111,153)
#9583A7
(149,131,167)
#A697B5
(166,151,181)
#B7ABC3
(183,171,195)
#C8BFD1
(200,191,209)
#D9D3DF
(217,211,223)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401F61; }

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

This text font color is #401F61.


Background Color

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

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

This div background color is #401F61.


Border color

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

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

This div border color is #401F61.


Opacity

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

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

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

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

This text has shadow with #401F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401F61 on black background.


Color preview on white background

This text has color #401F61 on white background.



Black color preview on #401F61 background

This text has black color on #401F61 background.


White color preview on #401F61 background

This text has white color on #401F61 background.