COLOR #29205A

HEX: #29205A
RGB: (41,32,90)

Color info

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

RGB color model

#29205A color RGB value is (41,32,90).

  • red value is 41;
  • green value is 32;
  • blue value is 90.
RGB:
(41,32,90)
(16%,13%,35%)

RGB channels and saturation

R 41 of 255 = 16%
G 32 of 255 = 13%
B 90 of 255 = 35%

41
32
90

R + G + B ~ 21%. #29205A is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 32 + 90 = 163 (100%)
R 41 of 163 ~ 25.15%
G 32 of 163 ~ 19.63%
B 90 of 163 ~ 55.21%

%25.15
%19.63
%55.21

CMYK color model

#29205A color CMYK value is (54,64,0,65).

  • cyan value is 54.44%
  • magenta value is 64.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(54,64,0,65)
C54M64Y0K65 
(54%,64%,0%,65%)
(0.54/0.64/0.00/0.65)	

CMYK percentages

%54.44
%64.44
%0
%64.71

Codes

Color #29205A in popluar color models

29205A
RGB413290
HSL249°47.54%23.92%
HSB/HSV249°64.44%35.29%
CMYK54.44%64.44%0.00%
64.71%

Color #29205A in popluar number systems.

HEX29205A
Decimal413290
Binary1010011000001011010
Octal5140132

Shades and tints

Shades of #29205A

#29205A
(41,32,90)
#261E52
(38,30,82)
#231C4A
(35,28,74)
#201A42
(32,26,66)
#1D183A
(29,24,58)
#1A1632
(26,22,50)
#17142A
(23,20,42)
#141222
(20,18,34)
#11101A
(17,16,26)
#0E0E12
(14,14,18)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #29205A

#29205A
(41,32,90)
#3C3469
(60,52,105)
#4F4878
(79,72,120)
#625C87
(98,92,135)
#757096
(117,112,150)
#8884A5
(136,132,165)
#9B98B4
(155,152,180)
#AEACC3
(174,172,195)
#C1C0D2
(193,192,210)
#D4D4E1
(212,212,225)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29205A color. Also use rgb(41,32,90) instead hex code.

Text Font Color

.myTextColor { color: #29205A; }

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

This text font color is #29205A.


Background Color

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

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

This div background color is #29205A.


Border color

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

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

This div border color is #29205A.


Opacity

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

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

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

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

This text has shadow with #29205A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29205A on black background.


Color preview on white background

This text has color #29205A on white background.



Black color preview on #29205A background

This text has black color on #29205A background.


White color preview on #29205A background

This text has white color on #29205A background.