COLOR #521AA3

HEX: #521AA3 RGB: (82,26,163)

Color info

#521AA3 contains mainly blue color. Web safe color of #521AA3 is #660099 (or #609).

RGB color model

#521AA3 color RGB value is (82,26,163).

RGB: (82,26,163) (32%, 10%, 64%)

RGB channels and saturation

R 82 of 255 = 32%
G 26 of 255 = 10%
B 163 of 255 = 64%

82
26
163

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

Portions of RGB colors in percentages

R + G + B = 82 + 26 + 163 = 271 (100%)
R 82 of 271 ~ 30.26%
G 26 of 271 ~ 9.59%
B 163 of 271 ~ 60.15'%

%30.26
%9.59
%60.15

CMYK color model

#521AA3 color CMYK value is (50,84,0,36).

  • cyan value is 49.69%
  • magenta value is 84.05%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (50,84,0,36) C50M84Y0K36 (50%,84%,0%,36%) (0.50/0.84/0.00/0.36) 

CMYK percentages

%49.69
%84.05
%0
%36.08

Codes

Color #521AA3 in popluar color models

52 1A A3
RGB 82 26 163
HSL 265° 72.49% 37.06%
HSB/HSV 265° 84.05% 63.92%
CMYK 49.69% 84.05% 0.00%
36.08%

Color #521AA3 in popluar number systems.

HEX 52 1A A3
Decimal 82 26 163
Binary 1010010 11010 10100011
Octal 122 32 243

Shades and tints

Shades of #521AA3

#521AA3
(82,26,163)
#4B1895
(75,24,149)
#441687
(68,22,135)
#3D1479
(61,20,121)
#36126B
(54,18,107)
#2F105D
(47,16,93)
#280E4F
(40,14,79)
#210C41
(33,12,65)
#1A0A33
(26,10,51)
#130825
(19,8,37)
#0C0617
(12,6,23)
#000000
(0,0,0)

Tints of #521AA3

#521AA3
(82,26,163)
#612EAB
(97,46,171)
#7042B3
(112,66,179)
#7F56BB
(127,86,187)
#8E6AC3
(142,106,195)
#9D7ECB
(157,126,203)
#AC92D3
(172,146,211)
#BBA6DB
(187,166,219)
#CABAE3
(202,186,227)
#D9CEEB
(217,206,235)
#E8E2F3
(232,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521AA3 color. Also use rgb(82,26,163) instead hex code.

Text Font Color

.myTextColor { color: #521AA3; }

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

This text font color is #521AA3.

Background Color

.myBgColor { background-color: #521AA3; }

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

This div background color is #521AA3.

Border color

.myBorderColor { border: 1px solid #521AA3; }

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

This div border color is #521AA3.

Opacity

.myOpacity80 { color: #521AA3; opacity: 0.8; }

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

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

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

This text has shadow with #521AA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #521AA3.

Preview

Color preview on black background

This text has color #521AA3 on black background.


Color preview on white background

This text has color #521AA3 on white background.


Black color preview on #521AA3 background

This text has black color on #521AA3 background.


White color preview on #521AA3 background

This text has white color on #521AA3 background.


Related colors

Complementary color

Complementary color for #hex is #ADE55C.


I love getcolorcode.com

Triadic colors

1 #A3521A and #1AA352 with #521AA3 are triadic colors.

2 #A31A52 and #1A52A3 with #521AA3 are triadic colors.