COLOR #401F63

HEX: #401F63
RGB: (64,31,99)

Color info

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

RGB color model

#401F63 color RGB value is (64,31,99).

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

RGB channels and saturation

R 64 of 255 = 25%
G 31 of 255 = 12%
B 99 of 255 = 39%

64
31
99

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

Portions of RGB colors in percentages

R + G + B =
64 + 31 + 99 = 194 (100%)
R 64 of 194 ~ 32.99%
G 31 of 194 ~ 15.98%
B 99 of 194 ~ 51.03%

%32.99
%15.98
%51.03

CMYK color model

#401F63 color CMYK value is (35,69,0,61).

  • cyan value is 35.35%
  • magenta value is 68.69%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(35,69,0,61)
C35M69Y0K61 
(35%,69%,0%,61%)
(0.35/0.69/0.00/0.61)	

CMYK percentages

%35.35
%68.69
%0
%61.18

Codes

Color #401F63 in popluar color models

401F63
RGB643199
HSL269°52.31%25.49%
HSB/HSV269°68.69%38.82%
CMYK35.35%68.69%0.00%
61.18%

Color #401F63 in popluar number systems.

HEX401F63
Decimal643199
Binary1000000111111100011
Octal10037143

Shades and tints

Shades of #401F63

#401F63
(64,31,99)
#3B1D5A
(59,29,90)
#361B51
(54,27,81)
#311948
(49,25,72)
#2C173F
(44,23,63)
#271536
(39,21,54)
#22132D
(34,19,45)
#1D1124
(29,17,36)
#180F1B
(24,15,27)
#130D12
(19,13,18)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #401F63

#401F63
(64,31,99)
#513371
(81,51,113)
#62477F
(98,71,127)
#735B8D
(115,91,141)
#846F9B
(132,111,155)
#9583A9
(149,131,169)
#A697B7
(166,151,183)
#B7ABC5
(183,171,197)
#C8BFD3
(200,191,211)
#D9D3E1
(217,211,225)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401F63; }

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

This text font color is #401F63.


Background Color

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

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

This div background color is #401F63.


Border color

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

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

This div border color is #401F63.


Opacity

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

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

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

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

This text has shadow with #401F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401F63 on black background.


Color preview on white background

This text has color #401F63 on white background.



Black color preview on #401F63 background

This text has black color on #401F63 background.


White color preview on #401F63 background

This text has white color on #401F63 background.