COLOR #513D96

HEX: #513D96
RGB: (81,61,150)

Color info

#513D96 contains mainly blue color. Web safe color of #513D96 is #663399 (or #639).

RGB color model

#513D96 color RGB value is (81,61,150).

  • red value is 81;
  • green value is 61;
  • blue value is 150.
RGB:
(81,61,150)
(32%,24%,59%)

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 150 of 255 = 59%

81
61
150

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

Portions of RGB colors in percentages

R + G + B =
81 + 61 + 150 = 292 (100%)
R 81 of 292 ~ 27.74%
G 61 of 292 ~ 20.89%
B 150 of 292 ~ 51.37%

%27.74
%20.89
%51.37

CMYK color model

#513D96 color CMYK value is (46,59,0,41).

  • cyan value is 46.00%
  • magenta value is 59.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(46,59,0,41)
C46M59Y0K41 
(46%,59%,0%,41%)
(0.46/0.59/0.00/0.41)	

CMYK percentages

%46
%59.33
%0
%41.18

Codes

Color #513D96 in popluar color models

513D96
RGB8161150
HSL253°42.18%41.37%
HSB/HSV253°59.33%58.82%
CMYK46.00%59.33%0.00%
41.18%

Color #513D96 in popluar number systems.

HEX513D96
Decimal8161150
Binary101000111110110010110
Octal12175226

Shades and tints

Shades of #513D96

#513D96
(81,61,150)
#4A3889
(74,56,137)
#43337C
(67,51,124)
#3C2E6F
(60,46,111)
#352962
(53,41,98)
#2E2455
(46,36,85)
#271F48
(39,31,72)
#201A3B
(32,26,59)
#19152E
(25,21,46)
#121021
(18,16,33)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #513D96

#513D96
(81,61,150)
#604E9F
(96,78,159)
#6F5FA8
(111,95,168)
#7E70B1
(126,112,177)
#8D81BA
(141,129,186)
#9C92C3
(156,146,195)
#ABA3CC
(171,163,204)
#BAB4D5
(186,180,213)
#C9C5DE
(201,197,222)
#D8D6E7
(216,214,231)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513D96 color. Also use rgb(81,61,150) instead hex code.

Text Font Color

.myTextColor { color: #513D96; }

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

This text font color is #513D96.


Background Color

.myBgColor { background-color: #513D96; }

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

This div background color is #513D96.


Border color

.myBorderColor { border: 1px solid #513D96; }

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

This div border color is #513D96.


Opacity

.myOpacity80 { color: #513D96; opacity: 0.8; }

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

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

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

This text has shadow with #513D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D96 on black background.


Color preview on white background

This text has color #513D96 on white background.



Black color preview on #513D96 background

This text has black color on #513D96 background.


White color preview on #513D96 background

This text has white color on #513D96 background.