COLOR #402D74

HEX: #402D74
RGB: (64,45,116)

Color info

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

RGB color model

#402D74 color RGB value is (64,45,116).

  • red value is 64;
  • green value is 45;
  • blue value is 116.
RGB:
(64,45,116)
(25%,18%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 45 of 255 = 18%
B 116 of 255 = 45%

64
45
116

R + G + B ~ 29%. #402D74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 45 + 116 = 225 (100%)
R 64 of 225 ~ 28.44%
G 45 of 225 ~ 20%
B 116 of 225 ~ 51.56%

%28.44
%20
%51.56

CMYK color model

#402D74 color CMYK value is (45,61,0,55).

  • cyan value is 44.83%
  • magenta value is 61.21%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(45,61,0,55)
C45M61Y0K55 
(45%,61%,0%,55%)
(0.45/0.61/0.00/0.55)	

CMYK percentages

%44.83
%61.21
%0
%54.51

Codes

Color #402D74 in popluar color models

402D74
RGB6445116
HSL256°44.10%31.57%
HSB/HSV256°61.21%45.49%
CMYK44.83%61.21%0.00%
54.51%

Color #402D74 in popluar number systems.

HEX402D74
Decimal6445116
Binary10000001011011110100
Octal10055164

Shades and tints

Shades of #402D74

#402D74
(64,45,116)
#3B296A
(59,41,106)
#362560
(54,37,96)
#312156
(49,33,86)
#2C1D4C
(44,29,76)
#271942
(39,25,66)
#221538
(34,21,56)
#1D112E
(29,17,46)
#180D24
(24,13,36)
#13091A
(19,9,26)
#0E0510
(14,5,16)
#000000
(0,0,0)

Tints of #402D74

#402D74
(64,45,116)
#514080
(81,64,128)
#62538C
(98,83,140)
#736698
(115,102,152)
#8479A4
(132,121,164)
#958CB0
(149,140,176)
#A69FBC
(166,159,188)
#B7B2C8
(183,178,200)
#C8C5D4
(200,197,212)
#D9D8E0
(217,216,224)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402D74 color. Also use rgb(64,45,116) instead hex code.

Text Font Color

.myTextColor { color: #402D74; }

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

This text font color is #402D74.


Background Color

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

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

This div background color is #402D74.


Border color

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

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

This div border color is #402D74.


Opacity

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

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

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

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

This text has shadow with #402D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402D74 on black background.


Color preview on white background

This text has color #402D74 on white background.



Black color preview on #402D74 background

This text has black color on #402D74 background.


White color preview on #402D74 background

This text has white color on #402D74 background.