COLOR #40406A

HEX: #40406A
RGB: (64,64,106)

Color info

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

RGB color model

#40406A color RGB value is (64,64,106).

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

RGB channels and saturation

R 64 of 255 = 25%
G 64 of 255 = 25%
B 106 of 255 = 42%

64
64
106

R + G + B ~ 31%. #40406A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 64 + 106 = 234 (100%)
R 64 of 234 ~ 27.35%
G 64 of 234 ~ 27.35%
B 106 of 234 ~ 45.3%

%27.35
%27.35
%45.3

CMYK color model

#40406A color CMYK value is (40,40,0,58).

  • cyan value is 39.62%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(40,40,0,58)
C40M40Y0K58 
(40%,40%,0%,58%)
(0.40/0.40/0.00/0.58)	

CMYK percentages

%39.62
%39.62
%0
%58.43

Codes

Color #40406A in popluar color models

40406A
RGB6464106
HSL240°24.71%33.33%
HSB/HSV240°39.62%41.57%
CMYK39.62%39.62%0.00%
58.43%

Color #40406A in popluar number systems.

HEX40406A
Decimal6464106
Binary100000010000001101010
Octal100100152

Shades and tints

Shades of #40406A

#40406A
(64,64,106)
#3B3B61
(59,59,97)
#363658
(54,54,88)
#31314F
(49,49,79)
#2C2C46
(44,44,70)
#27273D
(39,39,61)
#222234
(34,34,52)
#1D1D2B
(29,29,43)
#181822
(24,24,34)
#131319
(19,19,25)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #40406A

#40406A
(64,64,106)
#515177
(81,81,119)
#626284
(98,98,132)
#737391
(115,115,145)
#84849E
(132,132,158)
#9595AB
(149,149,171)
#A6A6B8
(166,166,184)
#B7B7C5
(183,183,197)
#C8C8D2
(200,200,210)
#D9D9DF
(217,217,223)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40406A color. Also use rgb(64,64,106) instead hex code.

Text Font Color

.myTextColor { color: #40406A; }

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

This text font color is #40406A.


Background Color

.myBgColor { background-color: #40406A; }

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

This div background color is #40406A.


Border color

.myBorderColor { border: 1px solid #40406A; }

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

This div border color is #40406A.


Opacity

.myOpacity80 { color: #40406A; opacity: 0.8; }

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

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

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

This text has shadow with #40406A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40406A on black background.


Color preview on white background

This text has color #40406A on white background.



Black color preview on #40406A background

This text has black color on #40406A background.


White color preview on #40406A background

This text has white color on #40406A background.