COLOR #50298B

HEX: #50298B
RGB: (80,41,139)

Color info

#50298B contains mainly red and blue colors. Web safe color of #50298B is #663399 (or #639).

RGB color model

#50298B color RGB value is (80,41,139).

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

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 139 of 255 = 55%

80
41
139

R + G + B ~ 34%. #50298B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 139 = 260 (100%)
R 80 of 260 ~ 30.77%
G 41 of 260 ~ 15.77%
B 139 of 260 ~ 53.46%

%30.77
%15.77
%53.46

CMYK color model

#50298B color CMYK value is (42,71,0,45).

  • cyan value is 42.45%
  • magenta value is 70.50%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(42,71,0,45)
C42M71Y0K45 
(42%,71%,0%,45%)
(0.42/0.71/0.00/0.45)	

CMYK percentages

%42.45
%70.5
%0
%45.49

Codes

Color #50298B in popluar color models

50298B
RGB8041139
HSL264°54.44%35.29%
HSB/HSV264°70.50%54.51%
CMYK42.45%70.50%0.00%
45.49%

Color #50298B in popluar number systems.

HEX50298B
Decimal8041139
Binary101000010100110001011
Octal12051213

Shades and tints

Shades of #50298B

#50298B
(80,41,139)
#49267F
(73,38,127)
#422373
(66,35,115)
#3B2067
(59,32,103)
#341D5B
(52,29,91)
#2D1A4F
(45,26,79)
#261743
(38,23,67)
#1F1437
(31,20,55)
#18112B
(24,17,43)
#110E1F
(17,14,31)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #50298B

#50298B
(80,41,139)
#5F3C95
(95,60,149)
#6E4F9F
(110,79,159)
#7D62A9
(125,98,169)
#8C75B3
(140,117,179)
#9B88BD
(155,136,189)
#AA9BC7
(170,155,199)
#B9AED1
(185,174,209)
#C8C1DB
(200,193,219)
#D7D4E5
(215,212,229)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50298B color. Also use rgb(80,41,139) instead hex code.

Text Font Color

.myTextColor { color: #50298B; }

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

This text font color is #50298B.


Background Color

.myBgColor { background-color: #50298B; }

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

This div background color is #50298B.


Border color

.myBorderColor { border: 1px solid #50298B; }

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

This div border color is #50298B.


Opacity

.myOpacity80 { color: #50298B; opacity: 0.8; }

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

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

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

This text has shadow with #50298B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50298B on black background.


Color preview on white background

This text has color #50298B on white background.



Black color preview on #50298B background

This text has black color on #50298B background.


White color preview on #50298B background

This text has white color on #50298B background.