COLOR #403D79

HEX: #403D79
RGB: (64,61,121)

Color info

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

RGB color model

#403D79 color RGB value is (64,61,121).

  • red value is 64;
  • green value is 61;
  • blue value is 121.
RGB:
(64,61,121)
(25%,24%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 61 of 255 = 24%
B 121 of 255 = 47%

64
61
121

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

Portions of RGB colors in percentages

R + G + B =
64 + 61 + 121 = 246 (100%)
R 64 of 246 ~ 26.02%
G 61 of 246 ~ 24.8%
B 121 of 246 ~ 49.19%

%26.02
%24.8
%49.19

CMYK color model

#403D79 color CMYK value is (47,50,0,53).

  • cyan value is 47.11%
  • magenta value is 49.59%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(47,50,0,53)
C47M50Y0K53 
(47%,50%,0%,53%)
(0.47/0.50/0.00/0.53)	

CMYK percentages

%47.11
%49.59
%0
%52.55

Codes

Color #403D79 in popluar color models

403D79
RGB6461121
HSL243°32.97%35.69%
HSB/HSV243°49.59%47.45%
CMYK47.11%49.59%0.00%
52.55%

Color #403D79 in popluar number systems.

HEX403D79
Decimal6461121
Binary10000001111011111001
Octal10075171

Shades and tints

Shades of #403D79

#403D79
(64,61,121)
#3B386E
(59,56,110)
#363363
(54,51,99)
#312E58
(49,46,88)
#2C294D
(44,41,77)
#272442
(39,36,66)
#221F37
(34,31,55)
#1D1A2C
(29,26,44)
#181521
(24,21,33)
#131016
(19,16,22)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #403D79

#403D79
(64,61,121)
#514E85
(81,78,133)
#625F91
(98,95,145)
#73709D
(115,112,157)
#8481A9
(132,129,169)
#9592B5
(149,146,181)
#A6A3C1
(166,163,193)
#B7B4CD
(183,180,205)
#C8C5D9
(200,197,217)
#D9D6E5
(217,214,229)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403D79 color. Also use rgb(64,61,121) instead hex code.

Text Font Color

.myTextColor { color: #403D79; }

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

This text font color is #403D79.


Background Color

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

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

This div background color is #403D79.


Border color

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

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

This div border color is #403D79.


Opacity

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

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

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

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

This text has shadow with #403D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403D79 on black background.


Color preview on white background

This text has color #403D79 on white background.



Black color preview on #403D79 background

This text has black color on #403D79 background.


White color preview on #403D79 background

This text has white color on #403D79 background.