COLOR #511B8F

HEX: #511B8F RGB: (81,27,143)

Color info

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

RGB color model

#511B8F color RGB value is (81,27,143).

RGB: (81,27,143) (32%, 11%, 56%)

RGB channels and saturation

R 81 of 255 = 32%
G 27 of 255 = 11%
B 143 of 255 = 56%

81
27
143

R + G + B ~ 33%. #511B8F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 27 + 143 = 251 (100%)
R 81 of 251 ~ 32.27%
G 27 of 251 ~ 10.76%
B 143 of 251 ~ 56.97'%

%32.27
%10.76
%56.97

CMYK color model

#511B8F color CMYK value is (43,81,0,44).

  • cyan value is 43.36%
  • magenta value is 81.12%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (43,81,0,44) C43M81Y0K44 (43%,81%,0%,44%) (0.43/0.81/0.00/0.44) 

CMYK percentages

%43.36
%81.12
%0
%43.92

Codes

Color #511B8F in popluar color models

51 1B 8F
RGB 81 27 143
HSL 268° 68.24% 33.33%
HSB/HSV 268° 81.12% 56.08%
CMYK 43.36% 81.12% 0.00%
43.92%

Color #511B8F in popluar number systems.

HEX 51 1B 8F
Decimal 81 27 143
Binary 1010001 11011 10001111
Octal 121 33 217

Shades and tints

Shades of #511B8F

#511B8F
(81,27,143)
#4A1982
(74,25,130)
#431775
(67,23,117)
#3C1568
(60,21,104)
#35135B
(53,19,91)
#2E114E
(46,17,78)
#270F41
(39,15,65)
#200D34
(32,13,52)
#190B27
(25,11,39)
#12091A
(18,9,26)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #511B8F

#511B8F
(81,27,143)
#602F99
(96,47,153)
#6F43A3
(111,67,163)
#7E57AD
(126,87,173)
#8D6BB7
(141,107,183)
#9C7FC1
(156,127,193)
#AB93CB
(171,147,203)
#BAA7D5
(186,167,213)
#C9BBDF
(201,187,223)
#D8CFE9
(216,207,233)
#E7E3F3
(231,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511B8F color. Also use rgb(81,27,143) instead hex code.

Text Font Color

.myTextColor { color: #511B8F; }

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

This text font color is #511B8F.

Background Color

.myBgColor { background-color: #511B8F; }

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

This div background color is #511B8F.

Border color

.myBorderColor { border: 1px solid #511B8F; }

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

This div border color is #511B8F.

Opacity

.myOpacity80 { color: #511B8F; opacity: 0.8; }

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

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

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

This text has shadow with #511B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511B8F.

Preview

Color preview on black background

This text has color #511B8F on black background.


Color preview on white background

This text has color #511B8F on white background.


Black color preview on #511B8F background

This text has black color on #511B8F background.


White color preview on #511B8F background

This text has white color on #511B8F background.


Related colors

Complementary color

Complementary color for #hex is #AEE470.


I love getcolorcode.com

Triadic colors

1 #8F511B and #1B8F51 with #511B8F are triadic colors.

2 #8F1B51 and #1B518F with #511B8F are triadic colors.