COLOR #401B4B

HEX: #401B4B
RGB: (64,27,75)

Color info

#401B4B contains red, green and blue colors in about the same proportion. Web safe color of #401B4B is #333333 (or #333).

RGB color model

#401B4B color RGB value is (64,27,75).

  • red value is 64;
  • green value is 27;
  • blue value is 75.
RGB:
(64,27,75)
(25%,11%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 27 of 255 = 11%
B 75 of 255 = 29%

64
27
75

R + G + B ~ 22%. #401B4B is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 27 + 75 = 166 (100%)
R 64 of 166 ~ 38.55%
G 27 of 166 ~ 16.27%
B 75 of 166 ~ 45.18%

%38.55
%16.27
%45.18

CMYK color model

#401B4B color CMYK value is (15,64,0,71).

  • cyan value is 14.67%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,64,0,71)
C15M64Y0K71 
(15%,64%,0%,71%)
(0.15/0.64/0.00/0.71)	

CMYK percentages

%14.67
%64
%0
%70.59

Codes

Color #401B4B in popluar color models

401B4B
RGB642775
HSL286°47.06%20.00%
HSB/HSV286°64.00%29.41%
CMYK14.67%64.00%0.00%
70.59%

Color #401B4B in popluar number systems.

HEX401B4B
Decimal642775
Binary1000000110111001011
Octal10033113

Shades and tints

Shades of #401B4B

#401B4B
(64,27,75)
#3B1945
(59,25,69)
#36173F
(54,23,63)
#311539
(49,21,57)
#2C1333
(44,19,51)
#27112D
(39,17,45)
#220F27
(34,15,39)
#1D0D21
(29,13,33)
#180B1B
(24,11,27)
#130915
(19,9,21)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #401B4B

#401B4B
(64,27,75)
#512F5B
(81,47,91)
#62436B
(98,67,107)
#73577B
(115,87,123)
#846B8B
(132,107,139)
#957F9B
(149,127,155)
#A693AB
(166,147,171)
#B7A7BB
(183,167,187)
#C8BBCB
(200,187,203)
#D9CFDB
(217,207,219)
#EAE3EB
(234,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401B4B color. Also use rgb(64,27,75) instead hex code.

Text Font Color

.myTextColor { color: #401B4B; }

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

This text font color is #401B4B.


Background Color

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

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

This div background color is #401B4B.


Border color

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

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

This div border color is #401B4B.


Opacity

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

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

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

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

This text has shadow with #401B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401B4B on black background.


Color preview on white background

This text has color #401B4B on white background.



Black color preview on #401B4B background

This text has black color on #401B4B background.


White color preview on #401B4B background

This text has white color on #401B4B background.