COLOR #290841

HEX: #290841
RGB: (41,8,65)

Color info

#290841 contains red, green and blue colors in about the same proportion. Web safe color of #290841 is #330033 (or #303).

RGB color model

#290841 color RGB value is (41,8,65).

  • red value is 41;
  • green value is 8;
  • blue value is 65.
RGB:
(41,8,65)
(16%,3%,25%)

RGB channels and saturation

R 41 of 255 = 16%
G 8 of 255 = 3%
B 65 of 255 = 25%

41
8
65

R + G + B ~ 15%. #290841 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 8 + 65 = 114 (100%)
R 41 of 114 ~ 35.96%
G 8 of 114 ~ 7.02%
B 65 of 114 ~ 57.02%

%35.96
%57.02

CMYK color model

#290841 color CMYK value is (37,88,0,75).

  • cyan value is 36.92%
  • magenta value is 87.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(37,88,0,75)
C37M88Y0K75 
(37%,88%,0%,75%)
(0.37/0.88/0.00/0.75)	

CMYK percentages

%36.92
%87.69
%0
%74.51

Codes

Color #290841 in popluar color models

290841
RGB41865
HSL275°78.08%14.31%
HSB/HSV275°87.69%25.49%
CMYK36.92%87.69%0.00%
74.51%

Color #290841 in popluar number systems.

HEX290841
Decimal41865
Binary10100110001000001
Octal5110101

Shades and tints

Shades of #290841

#290841
(41,8,65)
#26083C
(38,8,60)
#230837
(35,8,55)
#200832
(32,8,50)
#1D082D
(29,8,45)
#1A0828
(26,8,40)
#170823
(23,8,35)
#14081E
(20,8,30)
#110819
(17,8,25)
#0E0814
(14,8,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #290841

#290841
(41,8,65)
#3C1E52
(60,30,82)
#4F3463
(79,52,99)
#624A74
(98,74,116)
#756085
(117,96,133)
#887696
(136,118,150)
#9B8CA7
(155,140,167)
#AEA2B8
(174,162,184)
#C1B8C9
(193,184,201)
#D4CEDA
(212,206,218)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290841 color. Also use rgb(41,8,65) instead hex code.

Text Font Color

.myTextColor { color: #290841; }

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

This text font color is #290841.


Background Color

.myBgColor { background-color: #290841; }

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

This div background color is #290841.


Border color

.myBorderColor { border: 1px solid #290841; }

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

This div border color is #290841.


Opacity

.myOpacity80 { color: #290841; opacity: 0.8; }

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

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

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

This text has shadow with #290841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290841 on black background.


Color preview on white background

This text has color #290841 on white background.



Black color preview on #290841 background

This text has black color on #290841 background.


White color preview on #290841 background

This text has white color on #290841 background.