COLOR #5013B1

HEX: #5013B1
RGB: (80,19,177)

Color info

#5013B1 contains mainly blue color. Web safe color of #5013B1 is #660099 (or #609).

RGB color model

#5013B1 color RGB value is (80,19,177).

  • red value is 80;
  • green value is 19;
  • blue value is 177.
RGB:
(80,19,177)
(31%,7%,69%)

RGB channels and saturation

R 80 of 255 = 31%
G 19 of 255 = 7%
B 177 of 255 = 69%

80
19
177

R + G + B ~ 36%. #5013B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 19 + 177 = 276 (100%)
R 80 of 276 ~ 28.99%
G 19 of 276 ~ 6.88%
B 177 of 276 ~ 64.13%

%28.99
%64.13

CMYK color model

#5013B1 color CMYK value is (55,89,0,31).

  • cyan value is 54.80%
  • magenta value is 89.27%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(55,89,0,31)
C55M89Y0K31 
(55%,89%,0%,31%)
(0.55/0.89/0.00/0.31)	

CMYK percentages

%54.8
%89.27
%0
%30.59

Codes

Color #5013B1 in popluar color models

5013B1
RGB8019177
HSL263°80.61%38.43%
HSB/HSV263°89.27%69.41%
CMYK54.80%89.27%0.00%
30.59%

Color #5013B1 in popluar number systems.

HEX5013B1
Decimal8019177
Binary10100001001110110001
Octal12023261

Shades and tints

Shades of #5013B1

#5013B1
(80,19,177)
#4912A1
(73,18,161)
#421191
(66,17,145)
#3B1081
(59,16,129)
#340F71
(52,15,113)
#2D0E61
(45,14,97)
#260D51
(38,13,81)
#1F0C41
(31,12,65)
#180B31
(24,11,49)
#110A21
(17,10,33)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #5013B1

#5013B1
(80,19,177)
#5F28B8
(95,40,184)
#6E3DBF
(110,61,191)
#7D52C6
(125,82,198)
#8C67CD
(140,103,205)
#9B7CD4
(155,124,212)
#AA91DB
(170,145,219)
#B9A6E2
(185,166,226)
#C8BBE9
(200,187,233)
#D7D0F0
(215,208,240)
#E6E5F7
(230,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5013B1 color. Also use rgb(80,19,177) instead hex code.

Text Font Color

.myTextColor { color: #5013B1; }

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

This text font color is #5013B1.


Background Color

.myBgColor { background-color: #5013B1; }

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

This div background color is #5013B1.


Border color

.myBorderColor { border: 1px solid #5013B1; }

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

This div border color is #5013B1.


Opacity

.myOpacity80 { color: #5013B1; opacity: 0.8; }

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

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

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

This text has shadow with #5013B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5013B1 on black background.


Color preview on white background

This text has color #5013B1 on white background.



Black color preview on #5013B1 background

This text has black color on #5013B1 background.


White color preview on #5013B1 background

This text has white color on #5013B1 background.