COLOR #401B49

HEX: #401B49
RGB: (64,27,73)

Color info

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

RGB color model

#401B49 color RGB value is (64,27,73).

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

RGB channels and saturation

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

64
27
73

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

Portions of RGB colors in percentages

R + G + B =
64 + 27 + 73 = 164 (100%)
R 64 of 164 ~ 39.02%
G 27 of 164 ~ 16.46%
B 73 of 164 ~ 44.51%

%39.02
%16.46
%44.51

CMYK color model

#401B49 color CMYK value is (12,63,0,71).

  • cyan value is 12.33%
  • magenta value is 63.01%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(12,63,0,71)
C12M63Y0K71 
(12%,63%,0%,71%)
(0.12/0.63/0.00/0.71)	

CMYK percentages

%12.33
%63.01
%0
%71.37

Codes

Color #401B49 in popluar color models

401B49
RGB642773
HSL288°46.00%19.61%
HSB/HSV288°63.01%28.63%
CMYK12.33%63.01%0.00%
71.37%

Color #401B49 in popluar number systems.

HEX401B49
Decimal642773
Binary1000000110111001001
Octal10033111

Shades and tints

Shades of #401B49

#401B49
(64,27,73)
#3B1943
(59,25,67)
#36173D
(54,23,61)
#311537
(49,21,55)
#2C1331
(44,19,49)
#27112B
(39,17,43)
#220F25
(34,15,37)
#1D0D1F
(29,13,31)
#180B19
(24,11,25)
#130913
(19,9,19)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #401B49

#401B49
(64,27,73)
#512F59
(81,47,89)
#624369
(98,67,105)
#735779
(115,87,121)
#846B89
(132,107,137)
#957F99
(149,127,153)
#A693A9
(166,147,169)
#B7A7B9
(183,167,185)
#C8BBC9
(200,187,201)
#D9CFD9
(217,207,217)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401B49; }

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

This text font color is #401B49.


Background Color

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

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

This div background color is #401B49.


Border color

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

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

This div border color is #401B49.


Opacity

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

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

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

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

This text has shadow with #401B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401B49 on black background.


Color preview on white background

This text has color #401B49 on white background.



Black color preview on #401B49 background

This text has black color on #401B49 background.


White color preview on #401B49 background

This text has white color on #401B49 background.