COLOR #290189

HEX: #290189
RGB: (41,1,137)

Color info

#290189 contains mainly blue color. Web safe color of #290189 is #330099 (or #309).

RGB color model

#290189 color RGB value is (41,1,137).

  • red value is 41;
  • green value is 1;
  • blue value is 137.
RGB:
(41,1,137)
(16%,0%,54%)

RGB channels and saturation

R 41 of 255 = 16%
G 1 of 255 = 0%
B 137 of 255 = 54%

41
1
137

R + G + B ~ 23%. #290189 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 1 + 137 = 179 (100%)
R 41 of 179 ~ 22.91%
G 1 of 179 ~ 0.56%
B 137 of 179 ~ 76.54%

%22.91
%76.54

CMYK color model

#290189 color CMYK value is (70,99,0,46).

  • cyan value is 70.07%
  • magenta value is 99.27%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(70,99,0,46)
C70M99Y0K46 
(70%,99%,0%,46%)
(0.70/0.99/0.00/0.46)	

CMYK percentages

%70.07
%99.27
%0
%46.27

Codes

Color #290189 in popluar color models

290189
RGB411137
HSL258°98.55%27.06%
HSB/HSV258°99.27%53.73%
CMYK70.07%99.27%0.00%
46.27%

Color #290189 in popluar number systems.

HEX290189
Decimal411137
Binary101001110001001
Octal511211

Shades and tints

Shades of #290189

#290189
(41,1,137)
#26017D
(38,1,125)
#230171
(35,1,113)
#200165
(32,1,101)
#1D0159
(29,1,89)
#1A014D
(26,1,77)
#170141
(23,1,65)
#140135
(20,1,53)
#110129
(17,1,41)
#0E011D
(14,1,29)
#0B0111
(11,1,17)
#000000
(0,0,0)

Tints of #290189

#290189
(41,1,137)
#3C1893
(60,24,147)
#4F2F9D
(79,47,157)
#6246A7
(98,70,167)
#755DB1
(117,93,177)
#8874BB
(136,116,187)
#9B8BC5
(155,139,197)
#AEA2CF
(174,162,207)
#C1B9D9
(193,185,217)
#D4D0E3
(212,208,227)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290189 color. Also use rgb(41,1,137) instead hex code.

Text Font Color

.myTextColor { color: #290189; }

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

This text font color is #290189.


Background Color

.myBgColor { background-color: #290189; }

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

This div background color is #290189.


Border color

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

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

This div border color is #290189.


Opacity

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

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

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

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

This text has shadow with #290189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290189 on black background.


Color preview on white background

This text has color #290189 on white background.



Black color preview on #290189 background

This text has black color on #290189 background.


White color preview on #290189 background

This text has white color on #290189 background.