COLOR #513881

HEX: #513881
RGB: (81,56,129)

Color info

#513881 contains mainly red and blue colors. Web safe color of #513881 is #663399 (or #639).

RGB color model

#513881 color RGB value is (81,56,129).

  • red value is 81;
  • green value is 56;
  • blue value is 129.
RGB:
(81,56,129)
(32%,22%,51%)

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 129 of 255 = 51%

81
56
129

R + G + B ~ 35%. #513881 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 129 = 266 (100%)
R 81 of 266 ~ 30.45%
G 56 of 266 ~ 21.05%
B 129 of 266 ~ 48.5%

%30.45
%21.05
%48.5

CMYK color model

#513881 color CMYK value is (37,57,0,49).

  • cyan value is 37.21%
  • magenta value is 56.59%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(37,57,0,49)
C37M57Y0K49 
(37%,57%,0%,49%)
(0.37/0.57/0.00/0.49)	

CMYK percentages

%37.21
%56.59
%0
%49.41

Codes

Color #513881 in popluar color models

513881
RGB8156129
HSL261°39.46%36.27%
HSB/HSV261°56.59%50.59%
CMYK37.21%56.59%0.00%
49.41%

Color #513881 in popluar number systems.

HEX513881
Decimal8156129
Binary101000111100010000001
Octal12170201

Shades and tints

Shades of #513881

#513881
(81,56,129)
#4A3376
(74,51,118)
#432E6B
(67,46,107)
#3C2960
(60,41,96)
#352455
(53,36,85)
#2E1F4A
(46,31,74)
#271A3F
(39,26,63)
#201534
(32,21,52)
#191029
(25,16,41)
#120B1E
(18,11,30)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #513881

#513881
(81,56,129)
#604A8C
(96,74,140)
#6F5C97
(111,92,151)
#7E6EA2
(126,110,162)
#8D80AD
(141,128,173)
#9C92B8
(156,146,184)
#ABA4C3
(171,164,195)
#BAB6CE
(186,182,206)
#C9C8D9
(201,200,217)
#D8DAE4
(216,218,228)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513881 color. Also use rgb(81,56,129) instead hex code.

Text Font Color

.myTextColor { color: #513881; }

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

This text font color is #513881.


Background Color

.myBgColor { background-color: #513881; }

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

This div background color is #513881.


Border color

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

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

This div border color is #513881.


Opacity

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

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

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

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

This text has shadow with #513881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513881 on black background.


Color preview on white background

This text has color #513881 on white background.



Black color preview on #513881 background

This text has black color on #513881 background.


White color preview on #513881 background

This text has white color on #513881 background.