COLOR #513495

HEX: #513495
RGB: (81,52,149)

Color info

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

RGB color model

#513495 color RGB value is (81,52,149).

  • red value is 81;
  • green value is 52;
  • blue value is 149.
RGB:
(81,52,149)
(32%,20%,58%)

RGB channels and saturation

R 81 of 255 = 32%
G 52 of 255 = 20%
B 149 of 255 = 58%

81
52
149

R + G + B ~ 37%. #513495 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 52 + 149 = 282 (100%)
R 81 of 282 ~ 28.72%
G 52 of 282 ~ 18.44%
B 149 of 282 ~ 52.84%

%28.72
%18.44
%52.84

CMYK color model

#513495 color CMYK value is (46,65,0,42).

  • cyan value is 45.64%
  • magenta value is 65.10%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(46,65,0,42)
C46M65Y0K42 
(46%,65%,0%,42%)
(0.46/0.65/0.00/0.42)	

CMYK percentages

%45.64
%65.1
%0
%41.57

Codes

Color #513495 in popluar color models

513495
RGB8152149
HSL258°48.26%39.41%
HSB/HSV258°65.10%58.43%
CMYK45.64%65.10%0.00%
41.57%

Color #513495 in popluar number systems.

HEX513495
Decimal8152149
Binary101000111010010010101
Octal12164225

Shades and tints

Shades of #513495

#513495
(81,52,149)
#4A3088
(74,48,136)
#432C7B
(67,44,123)
#3C286E
(60,40,110)
#352461
(53,36,97)
#2E2054
(46,32,84)
#271C47
(39,28,71)
#20183A
(32,24,58)
#19142D
(25,20,45)
#121020
(18,16,32)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #513495

#513495
(81,52,149)
#60469E
(96,70,158)
#6F58A7
(111,88,167)
#7E6AB0
(126,106,176)
#8D7CB9
(141,124,185)
#9C8EC2
(156,142,194)
#ABA0CB
(171,160,203)
#BAB2D4
(186,178,212)
#C9C4DD
(201,196,221)
#D8D6E6
(216,214,230)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513495 color. Also use rgb(81,52,149) instead hex code.

Text Font Color

.myTextColor { color: #513495; }

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

This text font color is #513495.


Background Color

.myBgColor { background-color: #513495; }

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

This div background color is #513495.


Border color

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

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

This div border color is #513495.


Opacity

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

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

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

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

This text has shadow with #513495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513495 on black background.


Color preview on white background

This text has color #513495 on white background.



Black color preview on #513495 background

This text has black color on #513495 background.


White color preview on #513495 background

This text has white color on #513495 background.