COLOR #51329B

HEX: #51329B
RGB: (81,50,155)

Color info

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

RGB color model

#51329B color RGB value is (81,50,155).

  • red value is 81;
  • green value is 50;
  • blue value is 155.
RGB:
(81,50,155)
(32%,20%,61%)

RGB channels and saturation

R 81 of 255 = 32%
G 50 of 255 = 20%
B 155 of 255 = 61%

81
50
155

R + G + B ~ 38%. #51329B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 50 + 155 = 286 (100%)
R 81 of 286 ~ 28.32%
G 50 of 286 ~ 17.48%
B 155 of 286 ~ 54.2%

%28.32
%17.48
%54.2

CMYK color model

#51329B color CMYK value is (48,68,0,39).

  • cyan value is 47.74%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(48,68,0,39)
C48M68Y0K39 
(48%,68%,0%,39%)
(0.48/0.68/0.00/0.39)	

CMYK percentages

%47.74
%67.74
%0
%39.22

Codes

Color #51329B in popluar color models

51329B
RGB8150155
HSL258°51.22%40.20%
HSB/HSV258°67.74%60.78%
CMYK47.74%67.74%0.00%
39.22%

Color #51329B in popluar number systems.

HEX51329B
Decimal8150155
Binary101000111001010011011
Octal12162233

Shades and tints

Shades of #51329B

#51329B
(81,50,155)
#4A2E8D
(74,46,141)
#432A7F
(67,42,127)
#3C2671
(60,38,113)
#352263
(53,34,99)
#2E1E55
(46,30,85)
#271A47
(39,26,71)
#201639
(32,22,57)
#19122B
(25,18,43)
#120E1D
(18,14,29)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #51329B

#51329B
(81,50,155)
#6044A4
(96,68,164)
#6F56AD
(111,86,173)
#7E68B6
(126,104,182)
#8D7ABF
(141,122,191)
#9C8CC8
(156,140,200)
#AB9ED1
(171,158,209)
#BAB0DA
(186,176,218)
#C9C2E3
(201,194,227)
#D8D4EC
(216,212,236)
#E7E6F5
(231,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51329B color. Also use rgb(81,50,155) instead hex code.

Text Font Color

.myTextColor { color: #51329B; }

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

This text font color is #51329B.


Background Color

.myBgColor { background-color: #51329B; }

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

This div background color is #51329B.


Border color

.myBorderColor { border: 1px solid #51329B; }

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

This div border color is #51329B.


Opacity

.myOpacity80 { color: #51329B; opacity: 0.8; }

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

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

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

This text has shadow with #51329B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51329B on black background.


Color preview on white background

This text has color #51329B on white background.



Black color preview on #51329B background

This text has black color on #51329B background.


White color preview on #51329B background

This text has white color on #51329B background.