COLOR #29315B

HEX: #29315B
RGB: (41,49,91)

Color info

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

RGB color model

#29315B color RGB value is (41,49,91).

  • red value is 41;
  • green value is 49;
  • blue value is 91.
RGB:
(41,49,91)
(16%,19%,36%)

RGB channels and saturation

R 41 of 255 = 16%
G 49 of 255 = 19%
B 91 of 255 = 36%

41
49
91

R + G + B ~ 24%. #29315B is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 49 + 91 = 181 (100%)
R 41 of 181 ~ 22.65%
G 49 of 181 ~ 27.07%
B 91 of 181 ~ 50.28%

%22.65
%27.07
%50.28

CMYK color model

#29315B color CMYK value is (55,46,0,64).

  • cyan value is 54.95%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(55,46,0,64)
C55M46Y0K64 
(55%,46%,0%,64%)
(0.55/0.46/0.00/0.64)	

CMYK percentages

%54.95
%46.15
%0
%64.31

Codes

Color #29315B in popluar color models

29315B
RGB414991
HSL230°37.88%25.88%
HSB/HSV230°54.95%35.69%
CMYK54.95%46.15%0.00%
64.31%

Color #29315B in popluar number systems.

HEX29315B
Decimal414991
Binary1010011100011011011
Octal5161133

Shades and tints

Shades of #29315B

#29315B
(41,49,91)
#262D53
(38,45,83)
#23294B
(35,41,75)
#202543
(32,37,67)
#1D213B
(29,33,59)
#1A1D33
(26,29,51)
#17192B
(23,25,43)
#141523
(20,21,35)
#11111B
(17,17,27)
#0E0D13
(14,13,19)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #29315B

#29315B
(41,49,91)
#3C4369
(60,67,105)
#4F5577
(79,85,119)
#626785
(98,103,133)
#757993
(117,121,147)
#888BA1
(136,139,161)
#9B9DAF
(155,157,175)
#AEAFBD
(174,175,189)
#C1C1CB
(193,193,203)
#D4D3D9
(212,211,217)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29315B color. Also use rgb(41,49,91) instead hex code.

Text Font Color

.myTextColor { color: #29315B; }

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

This text font color is #29315B.


Background Color

.myBgColor { background-color: #29315B; }

<div style="background-color:#29315B">Inner text</div>

This div background color is #29315B.


Border color

.myBorderColor { border: 1px solid #29315B; }

<div style="border:3px solid #29315B">Div</div>

This div border color is #29315B.


Opacity

.myOpacity80 { color: #29315B; opacity: 0.8; }

<p style="color:#29315B;opacity:0.8;">80%</p>

Text with #29315B 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 #29315B;}

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

This text has shadow with #29315B color.

.textShadow {text-shadow: 3px 3px 1px #29315B, 3px 3px 1px red;}

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

This text has shadow with #29315B primary color and red secondary color.


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

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

This text has shadow with #29315B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29315B on black background.


Color preview on white background

This text has color #29315B on white background.



Black color preview on #29315B background

This text has black color on #29315B background.


White color preview on #29315B background

This text has white color on #29315B background.