COLOR #402871

HEX: #402871
RGB: (64,40,113)

Color info

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

RGB color model

#402871 color RGB value is (64,40,113).

  • red value is 64;
  • green value is 40;
  • blue value is 113.
RGB:
(64,40,113)
(25%,16%,44%)

RGB channels and saturation

R 64 of 255 = 25%
G 40 of 255 = 16%
B 113 of 255 = 44%

64
40
113

R + G + B ~ 28%. #402871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 40 + 113 = 217 (100%)
R 64 of 217 ~ 29.49%
G 40 of 217 ~ 18.43%
B 113 of 217 ~ 52.07%

%29.49
%18.43
%52.07

CMYK color model

#402871 color CMYK value is (43,65,0,56).

  • cyan value is 43.36%
  • magenta value is 64.60%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(43,65,0,56)
C43M65Y0K56 
(43%,65%,0%,56%)
(0.43/0.65/0.00/0.56)	

CMYK percentages

%43.36
%64.6
%0
%55.69

Codes

Color #402871 in popluar color models

402871
RGB6440113
HSL260°47.71%30.00%
HSB/HSV260°64.60%44.31%
CMYK43.36%64.60%0.00%
55.69%

Color #402871 in popluar number systems.

HEX402871
Decimal6440113
Binary10000001010001110001
Octal10050161

Shades and tints

Shades of #402871

#402871
(64,40,113)
#3B2567
(59,37,103)
#36225D
(54,34,93)
#311F53
(49,31,83)
#2C1C49
(44,28,73)
#27193F
(39,25,63)
#221635
(34,22,53)
#1D132B
(29,19,43)
#181021
(24,16,33)
#130D17
(19,13,23)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #402871

#402871
(64,40,113)
#513B7D
(81,59,125)
#624E89
(98,78,137)
#736195
(115,97,149)
#8474A1
(132,116,161)
#9587AD
(149,135,173)
#A69AB9
(166,154,185)
#B7ADC5
(183,173,197)
#C8C0D1
(200,192,209)
#D9D3DD
(217,211,221)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402871 color. Also use rgb(64,40,113) instead hex code.

Text Font Color

.myTextColor { color: #402871; }

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

This text font color is #402871.


Background Color

.myBgColor { background-color: #402871; }

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

This div background color is #402871.


Border color

.myBorderColor { border: 1px solid #402871; }

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

This div border color is #402871.


Opacity

.myOpacity80 { color: #402871; opacity: 0.8; }

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

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

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

This text has shadow with #402871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402871 on black background.


Color preview on white background

This text has color #402871 on white background.



Black color preview on #402871 background

This text has black color on #402871 background.


White color preview on #402871 background

This text has white color on #402871 background.