COLOR #29135B

HEX: #29135B
RGB: (41,19,91)

Color info

#29135B contains mainly red and blue colors. Web safe color of #29135B is #330066 (or #306).

RGB color model

#29135B color RGB value is (41,19,91).

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

RGB channels and saturation

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

41
19
91

R + G + B ~ 20%. #29135B is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 19 + 91 = 151 (100%)
R 41 of 151 ~ 27.15%
G 19 of 151 ~ 12.58%
B 91 of 151 ~ 60.26%

%27.15
%12.58
%60.26

CMYK color model

#29135B color CMYK value is (55,79,0,64).

  • cyan value is 54.95%
  • magenta value is 79.12%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(55,79,0,64)
C55M79Y0K64 
(55%,79%,0%,64%)
(0.55/0.79/0.00/0.64)	

CMYK percentages

%54.95
%79.12
%0
%64.31

Codes

Color #29135B in popluar color models

29135B
RGB411991
HSL258°65.45%21.57%
HSB/HSV258°79.12%35.69%
CMYK54.95%79.12%0.00%
64.31%

Color #29135B in popluar number systems.

HEX29135B
Decimal411991
Binary101001100111011011
Octal5123133

Shades and tints

Shades of #29135B

#29135B
(41,19,91)
#261253
(38,18,83)
#23114B
(35,17,75)
#201043
(32,16,67)
#1D0F3B
(29,15,59)
#1A0E33
(26,14,51)
#170D2B
(23,13,43)
#140C23
(20,12,35)
#110B1B
(17,11,27)
#0E0A13
(14,10,19)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #29135B

#29135B
(41,19,91)
#3C2869
(60,40,105)
#4F3D77
(79,61,119)
#625285
(98,82,133)
#756793
(117,103,147)
#887CA1
(136,124,161)
#9B91AF
(155,145,175)
#AEA6BD
(174,166,189)
#C1BBCB
(193,187,203)
#D4D0D9
(212,208,217)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29135B; }

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

This text font color is #29135B.


Background Color

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

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

This div background color is #29135B.


Border color

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

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

This div border color is #29135B.


Opacity

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

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

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

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

This text has shadow with #29135B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29135B on black background.


Color preview on white background

This text has color #29135B on white background.



Black color preview on #29135B background

This text has black color on #29135B background.


White color preview on #29135B background

This text has white color on #29135B background.