COLOR #502196

HEX: #502196
RGB: (80,33,150)

Color info

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

RGB color model

#502196 color RGB value is (80,33,150).

  • red value is 80;
  • green value is 33;
  • blue value is 150.
RGB:
(80,33,150)
(31%,13%,59%)

RGB channels and saturation

R 80 of 255 = 31%
G 33 of 255 = 13%
B 150 of 255 = 59%

80
33
150

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

Portions of RGB colors in percentages

R + G + B =
80 + 33 + 150 = 263 (100%)
R 80 of 263 ~ 30.42%
G 33 of 263 ~ 12.55%
B 150 of 263 ~ 57.03%

%30.42
%12.55
%57.03

CMYK color model

#502196 color CMYK value is (47,78,0,41).

  • cyan value is 46.67%
  • magenta value is 78.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(47,78,0,41)
C47M78Y0K41 
(47%,78%,0%,41%)
(0.47/0.78/0.00/0.41)	

CMYK percentages

%46.67
%78
%0
%41.18

Codes

Color #502196 in popluar color models

502196
RGB8033150
HSL264°63.93%35.88%
HSB/HSV264°78.00%58.82%
CMYK46.67%78.00%0.00%
41.18%

Color #502196 in popluar number systems.

HEX502196
Decimal8033150
Binary101000010000110010110
Octal12041226

Shades and tints

Shades of #502196

#502196
(80,33,150)
#491E89
(73,30,137)
#421B7C
(66,27,124)
#3B186F
(59,24,111)
#341562
(52,21,98)
#2D1255
(45,18,85)
#260F48
(38,15,72)
#1F0C3B
(31,12,59)
#18092E
(24,9,46)
#110621
(17,6,33)
#0A0314
(10,3,20)
#000000
(0,0,0)

Tints of #502196

#502196
(80,33,150)
#5F359F
(95,53,159)
#6E49A8
(110,73,168)
#7D5DB1
(125,93,177)
#8C71BA
(140,113,186)
#9B85C3
(155,133,195)
#AA99CC
(170,153,204)
#B9ADD5
(185,173,213)
#C8C1DE
(200,193,222)
#D7D5E7
(215,213,231)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502196 color. Also use rgb(80,33,150) instead hex code.

Text Font Color

.myTextColor { color: #502196; }

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

This text font color is #502196.


Background Color

.myBgColor { background-color: #502196; }

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

This div background color is #502196.


Border color

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

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

This div border color is #502196.


Opacity

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

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

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

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

This text has shadow with #502196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502196 on black background.


Color preview on white background

This text has color #502196 on white background.



Black color preview on #502196 background

This text has black color on #502196 background.


White color preview on #502196 background

This text has white color on #502196 background.