COLOR #290971

HEX: #290971
RGB: (41,9,113)

Color info

#290971 contains mainly blue color. Web safe color of #290971 is #330066 (or #306).

RGB color model

#290971 color RGB value is (41,9,113).

  • red value is 41;
  • green value is 9;
  • blue value is 113.
RGB:
(41,9,113)
(16%,4%,44%)

RGB channels and saturation

R 41 of 255 = 16%
G 9 of 255 = 4%
B 113 of 255 = 44%

41
9
113

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

Portions of RGB colors in percentages

R + G + B =
41 + 9 + 113 = 163 (100%)
R 41 of 163 ~ 25.15%
G 9 of 163 ~ 5.52%
B 113 of 163 ~ 69.33%

%25.15
%69.33

CMYK color model

#290971 color CMYK value is (64,92,0,56).

  • cyan value is 63.72%
  • magenta value is 92.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(64,92,0,56)
C64M92Y0K56 
(64%,92%,0%,56%)
(0.64/0.92/0.00/0.56)	

CMYK percentages

%63.72
%92.04
%0
%55.69

Codes

Color #290971 in popluar color models

290971
RGB419113
HSL258°85.25%23.92%
HSB/HSV258°92.04%44.31%
CMYK63.72%92.04%0.00%
55.69%

Color #290971 in popluar number systems.

HEX290971
Decimal419113
Binary10100110011110001
Octal5111161

Shades and tints

Shades of #290971

#290971
(41,9,113)
#260967
(38,9,103)
#23095D
(35,9,93)
#200953
(32,9,83)
#1D0949
(29,9,73)
#1A093F
(26,9,63)
#170935
(23,9,53)
#14092B
(20,9,43)
#110921
(17,9,33)
#0E0917
(14,9,23)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #290971

#290971
(41,9,113)
#3C1F7D
(60,31,125)
#4F3589
(79,53,137)
#624B95
(98,75,149)
#7561A1
(117,97,161)
#8877AD
(136,119,173)
#9B8DB9
(155,141,185)
#AEA3C5
(174,163,197)
#C1B9D1
(193,185,209)
#D4CFDD
(212,207,221)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290971 color. Also use rgb(41,9,113) instead hex code.

Text Font Color

.myTextColor { color: #290971; }

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

This text font color is #290971.


Background Color

.myBgColor { background-color: #290971; }

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

This div background color is #290971.


Border color

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

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

This div border color is #290971.


Opacity

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

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

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

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

This text has shadow with #290971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290971 on black background.


Color preview on white background

This text has color #290971 on white background.



Black color preview on #290971 background

This text has black color on #290971 background.


White color preview on #290971 background

This text has white color on #290971 background.