COLOR #51149E

HEX: #51149E
RGB: (81,20,158)

Color info

#51149E contains mainly blue color. Web safe color of #51149E is #660099 (or #609).

RGB color model

#51149E color RGB value is (81,20,158).

  • red value is 81;
  • green value is 20;
  • blue value is 158.
RGB:
(81,20,158)
(32%,8%,62%)

RGB channels and saturation

R 81 of 255 = 32%
G 20 of 255 = 8%
B 158 of 255 = 62%

81
20
158

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

Portions of RGB colors in percentages

R + G + B =
81 + 20 + 158 = 259 (100%)
R 81 of 259 ~ 31.27%
G 20 of 259 ~ 7.72%
B 158 of 259 ~ 61%

%31.27
%61

CMYK color model

#51149E color CMYK value is (49,87,0,38).

  • cyan value is 48.73%
  • magenta value is 87.34%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(49,87,0,38)
C49M87Y0K38 
(49%,87%,0%,38%)
(0.49/0.87/0.00/0.38)	

CMYK percentages

%48.73
%87.34
%0
%38.04

Codes

Color #51149E in popluar color models

51149E
RGB8120158
HSL267°77.53%34.90%
HSB/HSV267°87.34%61.96%
CMYK48.73%87.34%0.00%
38.04%

Color #51149E in popluar number systems.

HEX51149E
Decimal8120158
Binary10100011010010011110
Octal12124236

Shades and tints

Shades of #51149E

#51149E
(81,20,158)
#4A1390
(74,19,144)
#431282
(67,18,130)
#3C1174
(60,17,116)
#351066
(53,16,102)
#2E0F58
(46,15,88)
#270E4A
(39,14,74)
#200D3C
(32,13,60)
#190C2E
(25,12,46)
#120B20
(18,11,32)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #51149E

#51149E
(81,20,158)
#6029A6
(96,41,166)
#6F3EAE
(111,62,174)
#7E53B6
(126,83,182)
#8D68BE
(141,104,190)
#9C7DC6
(156,125,198)
#AB92CE
(171,146,206)
#BAA7D6
(186,167,214)
#C9BCDE
(201,188,222)
#D8D1E6
(216,209,230)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51149E color. Also use rgb(81,20,158) instead hex code.

Text Font Color

.myTextColor { color: #51149E; }

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

This text font color is #51149E.


Background Color

.myBgColor { background-color: #51149E; }

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

This div background color is #51149E.


Border color

.myBorderColor { border: 1px solid #51149E; }

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

This div border color is #51149E.


Opacity

.myOpacity80 { color: #51149E; opacity: 0.8; }

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

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

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

This text has shadow with #51149E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51149E on black background.


Color preview on white background

This text has color #51149E on white background.



Black color preview on #51149E background

This text has black color on #51149E background.


White color preview on #51149E background

This text has white color on #51149E background.