COLOR #402C6B

HEX: #402C6B
RGB: (64,44,107)

Color info

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

RGB color model

#402C6B color RGB value is (64,44,107).

  • red value is 64;
  • green value is 44;
  • blue value is 107.
RGB:
(64,44,107)
(25%,17%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 44 of 255 = 17%
B 107 of 255 = 42%

64
44
107

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

Portions of RGB colors in percentages

R + G + B =
64 + 44 + 107 = 215 (100%)
R 64 of 215 ~ 29.77%
G 44 of 215 ~ 20.47%
B 107 of 215 ~ 49.77%

%29.77
%20.47
%49.77

CMYK color model

#402C6B color CMYK value is (40,59,0,58).

  • cyan value is 40.19%
  • magenta value is 58.88%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(40,59,0,58)
C40M59Y0K58 
(40%,59%,0%,58%)
(0.40/0.59/0.00/0.58)	

CMYK percentages

%40.19
%58.88
%0
%58.04

Codes

Color #402C6B in popluar color models

402C6B
RGB6444107
HSL259°41.72%29.61%
HSB/HSV259°58.88%41.96%
CMYK40.19%58.88%0.00%
58.04%

Color #402C6B in popluar number systems.

HEX402C6B
Decimal6444107
Binary10000001011001101011
Octal10054153

Shades and tints

Shades of #402C6B

#402C6B
(64,44,107)
#3B2862
(59,40,98)
#362459
(54,36,89)
#312050
(49,32,80)
#2C1C47
(44,28,71)
#27183E
(39,24,62)
#221435
(34,20,53)
#1D102C
(29,16,44)
#180C23
(24,12,35)
#13081A
(19,8,26)
#0E0411
(14,4,17)
#000000
(0,0,0)

Tints of #402C6B

#402C6B
(64,44,107)
#513F78
(81,63,120)
#625285
(98,82,133)
#736592
(115,101,146)
#84789F
(132,120,159)
#958BAC
(149,139,172)
#A69EB9
(166,158,185)
#B7B1C6
(183,177,198)
#C8C4D3
(200,196,211)
#D9D7E0
(217,215,224)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402C6B color. Also use rgb(64,44,107) instead hex code.

Text Font Color

.myTextColor { color: #402C6B; }

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

This text font color is #402C6B.


Background Color

.myBgColor { background-color: #402C6B; }

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

This div background color is #402C6B.


Border color

.myBorderColor { border: 1px solid #402C6B; }

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

This div border color is #402C6B.


Opacity

.myOpacity80 { color: #402C6B; opacity: 0.8; }

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

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

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

This text has shadow with #402C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402C6B on black background.


Color preview on white background

This text has color #402C6B on white background.



Black color preview on #402C6B background

This text has black color on #402C6B background.


White color preview on #402C6B background

This text has white color on #402C6B background.