COLOR #290241

HEX: #290241
RGB: (41,2,65)

Color info

#290241 contains mainly red and blue colors. Web safe color of #290241 is #330033 (or #303).

RGB color model

#290241 color RGB value is (41,2,65).

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

RGB channels and saturation

R 41 of 255 = 16%
G 2 of 255 = 1%
B 65 of 255 = 25%

41
2
65

R + G + B ~ 14%. #290241 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 2 + 65 = 108 (100%)
R 41 of 108 ~ 37.96%
G 2 of 108 ~ 1.85%
B 65 of 108 ~ 60.19%

%37.96
%60.19

CMYK color model

#290241 color CMYK value is (37,97,0,75).

  • cyan value is 36.92%
  • magenta value is 96.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(37,97,0,75)
C37M97Y0K75 
(37%,97%,0%,75%)
(0.37/0.97/0.00/0.75)	

CMYK percentages

%36.92
%96.92
%0
%74.51

Codes

Color #290241 in popluar color models

290241
RGB41265
HSL277°94.03%13.14%
HSB/HSV277°96.92%25.49%
CMYK36.92%96.92%0.00%
74.51%

Color #290241 in popluar number systems.

HEX290241
Decimal41265
Binary101001101000001
Octal512101

Shades and tints

Shades of #290241

#290241
(41,2,65)
#26023C
(38,2,60)
#230237
(35,2,55)
#200232
(32,2,50)
#1D022D
(29,2,45)
#1A0228
(26,2,40)
#170223
(23,2,35)
#14021E
(20,2,30)
#110219
(17,2,25)
#0E0214
(14,2,20)
#0B020F
(11,2,15)
#000000
(0,0,0)

Tints of #290241

#290241
(41,2,65)
#3C1952
(60,25,82)
#4F3063
(79,48,99)
#624774
(98,71,116)
#755E85
(117,94,133)
#887596
(136,117,150)
#9B8CA7
(155,140,167)
#AEA3B8
(174,163,184)
#C1BAC9
(193,186,201)
#D4D1DA
(212,209,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290241; }

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

This text font color is #290241.


Background Color

.myBgColor { background-color: #290241; }

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

This div background color is #290241.


Border color

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

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

This div border color is #290241.


Opacity

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

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

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

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

This text has shadow with #290241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290241 on black background.


Color preview on white background

This text has color #290241 on white background.



Black color preview on #290241 background

This text has black color on #290241 background.


White color preview on #290241 background

This text has white color on #290241 background.