COLOR #502993

HEX: #502993
RGB: (80,41,147)

Color info

#502993 contains mainly blue color. Web safe color of #502993 is #663399 (or #639).

RGB color model

#502993 color RGB value is (80,41,147).

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

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 147 of 255 = 58%

80
41
147

R + G + B ~ 35%. #502993 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 147 = 268 (100%)
R 80 of 268 ~ 29.85%
G 41 of 268 ~ 15.3%
B 147 of 268 ~ 54.85%

%29.85
%15.3
%54.85

CMYK color model

#502993 color CMYK value is (46,72,0,42).

  • cyan value is 45.58%
  • magenta value is 72.11%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(46,72,0,42)
C46M72Y0K42 
(46%,72%,0%,42%)
(0.46/0.72/0.00/0.42)	

CMYK percentages

%45.58
%72.11
%0
%42.35

Codes

Color #502993 in popluar color models

502993
RGB8041147
HSL262°56.38%36.86%
HSB/HSV262°72.11%57.65%
CMYK45.58%72.11%0.00%
42.35%

Color #502993 in popluar number systems.

HEX502993
Decimal8041147
Binary101000010100110010011
Octal12051223

Shades and tints

Shades of #502993

#502993
(80,41,147)
#492686
(73,38,134)
#422379
(66,35,121)
#3B206C
(59,32,108)
#341D5F
(52,29,95)
#2D1A52
(45,26,82)
#261745
(38,23,69)
#1F1438
(31,20,56)
#18112B
(24,17,43)
#110E1E
(17,14,30)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #502993

#502993
(80,41,147)
#5F3C9C
(95,60,156)
#6E4FA5
(110,79,165)
#7D62AE
(125,98,174)
#8C75B7
(140,117,183)
#9B88C0
(155,136,192)
#AA9BC9
(170,155,201)
#B9AED2
(185,174,210)
#C8C1DB
(200,193,219)
#D7D4E4
(215,212,228)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502993; }

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

This text font color is #502993.


Background Color

.myBgColor { background-color: #502993; }

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

This div background color is #502993.


Border color

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

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

This div border color is #502993.


Opacity

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

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

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

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

This text has shadow with #502993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502993 on black background.


Color preview on white background

This text has color #502993 on white background.



Black color preview on #502993 background

This text has black color on #502993 background.


White color preview on #502993 background

This text has white color on #502993 background.