COLOR #502D82

HEX: #502D82 RGB: (80,45,130)

Color info

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

RGB color model

#502D82 color RGB value is (80,45,130).

RGB: (80,45,130) (31%, 18%, 51%)

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 130 of 255 = 51%

80
45
130

R + G + B ~ 33%. #502D82 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 45 + 130 = 255 (100%)
R 80 of 255 ~ 31.37%
G 45 of 255 ~ 17.65%
B 130 of 255 ~ 50.98'%

%31.37
%17.65
%50.98

CMYK color model

#502D82 color CMYK value is (38,65,0,49).

  • cyan value is 38.46%
  • magenta value is 65.38%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (38,65,0,49)
C38M65Y0K49 (38%, 65%, 0%, 49%)
(0.38 / 0.65 / 0.00 / 0.49)

CMYK percentages

%38.46
%65.38
%0
%49.02

Codes

Color #502D82 in popluar color models

50 2D 82
RGB 80 45 130
HSL 265° 48.57% 34.31%
HSB/HSV 265° 65.38% 50.98%
CMYK 38.46% 65.38% 0.00%
49.02%

Color #502D82 in popluar number systems.

HEX 50 2D 82
Decimal 80 45 130
Binary 1010000 101101 10000010
Octal 120 55 202

Shades and tints

Shades of #502D82

#502D82
(80,45,130)
#492977
(73,41,119)
#42256C
(66,37,108)
#3B2161
(59,33,97)
#341D56
(52,29,86)
#2D194B
(45,25,75)
#261540
(38,21,64)
#1F1135
(31,17,53)
#180D2A
(24,13,42)
#11091F
(17,9,31)
#0A0514
(10,5,20)
#000000
(0,0,0)

Tints of #502D82

#502D82
(80,45,130)
#5F408D
(95,64,141)
#6E5398
(110,83,152)
#7D66A3
(125,102,163)
#8C79AE
(140,121,174)
#9B8CB9
(155,140,185)
#AA9FC4
(170,159,196)
#B9B2CF
(185,178,207)
#C8C5DA
(200,197,218)
#D7D8E5
(215,216,229)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502D82 color. Also use rgb(80,45,130) instead hex code.

Text Font Color

.myTextColor { color: #502D82; }

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

This text font color is #502D82.

Background Color

.myBgColor { background-color: #502D82; }

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

This div background color is #502D82.

Border color

.myBorderColor { border: 1px solid #502D82; }

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

This div border color is #502D82.

Opacity

.myOpacity80 { color: #502D82; opacity: 0.8; }

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

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

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

This text has shadow with #502D82 color.


.textShadow {text-shadow: 3px 3px 1px #502D82', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #502D82; -webkit-box-shadow: 1px 1px 3px 2px #502D82; box-shadow:1px 1px 3px 2px #502D82;">
Div content here
</div>

This div box has shadow with color #502D82.

Preview

Color preview on black background

This text has color #502D82 on black background.


Color preview on white background

This text has color #502D82 on white background.


Black color preview on #502D82 background

This text has black color on #502D82 background.


White color preview on #502D82 background

This text has white color on #502D82 background.


Related colors

Complementary color

Complementary color for #hex is #AFD27D.


I love getcolorcode.com

Triadic colors

1 #82502D and #2D8250 with #502D82 are triadic colors.

2 #822D50 and #2D5082 with #502D82 are triadic colors.