COLOR #513DD3

HEX: #513DD3
RGB: (81,61,211)

Color info

#513DD3 contains mainly blue color. Web safe color of #513DD3 is #6633CC (or #63C).

RGB color model

#513DD3 color RGB value is (81,61,211).

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

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 211 of 255 = 83%

81
61
211

R + G + B ~ 46%. #513DD3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 61 + 211 = 353 (100%)
R 81 of 353 ~ 22.95%
G 61 of 353 ~ 17.28%
B 211 of 353 ~ 59.77%

%22.95
%17.28
%59.77

CMYK color model

#513DD3 color CMYK value is (62,71,0,17).

  • cyan value is 61.61%
  • magenta value is 71.09%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(62,71,0,17)
C62M71Y0K17 
(62%,71%,0%,17%)
(0.62/0.71/0.00/0.17)	

CMYK percentages

%61.61
%71.09
%0
%17.25

Codes

Color #513DD3 in popluar color models

513DD3
RGB8161211
HSL248°63.03%53.33%
HSB/HSV248°71.09%82.75%
CMYK61.61%71.09%0.00%
17.25%

Color #513DD3 in popluar number systems.

HEX513DD3
Decimal8161211
Binary101000111110111010011
Octal12175323

Shades and tints

Shades of #513DD3

#513DD3
(81,61,211)
#4A38C0
(74,56,192)
#4333AD
(67,51,173)
#3C2E9A
(60,46,154)
#352987
(53,41,135)
#2E2474
(46,36,116)
#271F61
(39,31,97)
#201A4E
(32,26,78)
#19153B
(25,21,59)
#121028
(18,16,40)
#0B0B15
(11,11,21)
#000000
(0,0,0)

Tints of #513DD3

#513DD3
(81,61,211)
#604ED7
(96,78,215)
#6F5FDB
(111,95,219)
#7E70DF
(126,112,223)
#8D81E3
(141,129,227)
#9C92E7
(156,146,231)
#ABA3EB
(171,163,235)
#BAB4EF
(186,180,239)
#C9C5F3
(201,197,243)
#D8D6F7
(216,214,247)
#E7E7FB
(231,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513DD3; }

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

This text font color is #513DD3.


Background Color

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

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

This div background color is #513DD3.


Border color

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

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

This div border color is #513DD3.


Opacity

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

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

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

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

This text has shadow with #513DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513DD3 on black background.


Color preview on white background

This text has color #513DD3 on white background.



Black color preview on #513DD3 background

This text has black color on #513DD3 background.


White color preview on #513DD3 background

This text has white color on #513DD3 background.