COLOR #290A50

HEX: #290A50
RGB: (41,10,80)

Color info

#290A50 contains mainly red and blue colors. Web safe color of #290A50 is #330066 (or #306).

RGB color model

#290A50 color RGB value is (41,10,80).

  • red value is 41;
  • green value is 10;
  • blue value is 80.
RGB:
(41,10,80)
(16%,4%,31%)

RGB channels and saturation

R 41 of 255 = 16%
G 10 of 255 = 4%
B 80 of 255 = 31%

41
10
80

R + G + B ~ 17%. #290A50 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 10 + 80 = 131 (100%)
R 41 of 131 ~ 31.3%
G 10 of 131 ~ 7.63%
B 80 of 131 ~ 61.07%

%31.3
%61.07

CMYK color model

#290A50 color CMYK value is (49,88,0,69).

  • cyan value is 48.75%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(49,88,0,69)
C49M88Y0K69 
(49%,88%,0%,69%)
(0.49/0.88/0.00/0.69)	

CMYK percentages

%48.75
%87.5
%0
%68.63

Codes

Color #290A50 in popluar color models

290A50
RGB411080
HSL267°77.78%17.65%
HSB/HSV267°87.50%31.37%
CMYK48.75%87.50%0.00%
68.63%

Color #290A50 in popluar number systems.

HEX290A50
Decimal411080
Binary10100110101010000
Octal5112120

Shades and tints

Shades of #290A50

#290A50
(41,10,80)
#260A49
(38,10,73)
#230A42
(35,10,66)
#200A3B
(32,10,59)
#1D0A34
(29,10,52)
#1A0A2D
(26,10,45)
#170A26
(23,10,38)
#140A1F
(20,10,31)
#110A18
(17,10,24)
#0E0A11
(14,10,17)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #290A50

#290A50
(41,10,80)
#3C205F
(60,32,95)
#4F366E
(79,54,110)
#624C7D
(98,76,125)
#75628C
(117,98,140)
#88789B
(136,120,155)
#9B8EAA
(155,142,170)
#AEA4B9
(174,164,185)
#C1BAC8
(193,186,200)
#D4D0D7
(212,208,215)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290A50 color. Also use rgb(41,10,80) instead hex code.

Text Font Color

.myTextColor { color: #290A50; }

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

This text font color is #290A50.


Background Color

.myBgColor { background-color: #290A50; }

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

This div background color is #290A50.


Border color

.myBorderColor { border: 1px solid #290A50; }

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

This div border color is #290A50.


Opacity

.myOpacity80 { color: #290A50; opacity: 0.8; }

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

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

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

This text has shadow with #290A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290A50 on black background.


Color preview on white background

This text has color #290A50 on white background.



Black color preview on #290A50 background

This text has black color on #290A50 background.


White color preview on #290A50 background

This text has white color on #290A50 background.