COLOR #403F78

HEX: #403F78 RGB: (64,63,120)

Color info

#403F78 contains red, green and blue colors in about the same proportion. Web safe color of #403F78 is #333366 (or #336).

RGB color model

#403F78 color RGB value is (64,63,120).

RGB: (64,63,120) (25%, 25%, 47%)

RGB channels and saturation

R 64 of 255 = 25%
G 63 of 255 = 25%
B 120 of 255 = 47%

64
63
120

R + G + B ~ 32%. #403F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 63 + 120 = 247 (100%)
R 64 of 247 ~ 25.91%
G 63 of 247 ~ 25.51%
B 120 of 247 ~ 48.58'%

%25.91
%25.51
%48.58

CMYK color model

#403F78 color CMYK value is (47,48,0,53).

  • cyan value is 46.67%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (47,48,0,53)
C47M48Y0K53 (47%, 48%, 0%, 53%)
(0.47 / 0.48 / 0.00 / 0.53)

CMYK percentages

%46.67
%47.5
%0
%52.94

Codes

Color #403F78 in popluar color models

40 3F 78
RGB 64 63 120
HSL 241° 31.15% 35.88%
HSB/HSV 241° 47.50% 47.06%
CMYK 46.67% 47.50% 0.00%
52.94%

Color #403F78 in popluar number systems.

HEX 40 3F 78
Decimal 64 63 120
Binary 1000000 111111 1111000
Octal 100 77 170

Shades and tints

Shades of #403F78

#403F78
(64,63,120)
#3B3A6E
(59,58,110)
#363564
(54,53,100)
#31305A
(49,48,90)
#2C2B50
(44,43,80)
#272646
(39,38,70)
#22213C
(34,33,60)
#1D1C32
(29,28,50)
#181728
(24,23,40)
#13121E
(19,18,30)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #403F78

#403F78
(64,63,120)
#515084
(81,80,132)
#626190
(98,97,144)
#73729C
(115,114,156)
#8483A8
(132,131,168)
#9594B4
(149,148,180)
#A6A5C0
(166,165,192)
#B7B6CC
(183,182,204)
#C8C7D8
(200,199,216)
#D9D8E4
(217,216,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403F78 color. Also use rgb(64,63,120) instead hex code.

Text Font Color

.myTextColor { color: #403F78; }

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

This text font color is #403F78.

Background Color

.myBgColor { background-color: #403F78; }

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

This div background color is #403F78.

Border color

.myBorderColor { border: 1px solid #403F78; }

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

This div border color is #403F78.

Opacity

.myOpacity80 { color: #403F78; opacity: 0.8; }

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

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

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

This text has shadow with #403F78 color.


.textShadow {text-shadow: 3px 3px 1px #403F78', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #403F78; -webkit-box-shadow: 1px 1px 3px 2px #403F78; box-shadow:1px 1px 3px 2px #403F78;">
Div content here
</div>

This div box has shadow with color #403F78.

Preview

Color preview on black background

This text has color #403F78 on black background.


Color preview on white background

This text has color #403F78 on white background.


Black color preview on #403F78 background

This text has black color on #403F78 background.


White color preview on #403F78 background

This text has white color on #403F78 background.


Related colors

Complementary color

Complementary color for #hex is #BFC087.


I love getcolorcode.com

Triadic colors

1 #78403F and #3F7840 with #403F78 are triadic colors.

2 #783F40 and #3F4078 with #403F78 are triadic colors.