COLOR #521C97

HEX: #521C97 RGB: (82,28,151)

Color info

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

RGB color model

#521C97 color RGB value is (82,28,151).

RGB: (82,28,151) (32%, 11%, 59%)

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 151 of 255 = 59%

82
28
151

R + G + B ~ 34%. #521C97 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 28 + 151 = 261 (100%)
R 82 of 261 ~ 31.42%
G 28 of 261 ~ 10.73%
B 151 of 261 ~ 57.85'%

%31.42
%10.73
%57.85

CMYK color model

#521C97 color CMYK value is (46,81,0,41).

  • cyan value is 45.70%
  • magenta value is 81.46%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (46,81,0,41)
C46M81Y0K41 (46%, 81%, 0%, 41%)
(0.46 / 0.81 / 0.00 / 0.41)

CMYK percentages

%45.7
%81.46
%0
%40.78

Codes

Color #521C97 in popluar color models

52 1C 97
RGB 82 28 151
HSL 266° 68.72% 35.10%
HSB/HSV 266° 81.46% 59.22%
CMYK 45.70% 81.46% 0.00%
40.78%

Color #521C97 in popluar number systems.

HEX 52 1C 97
Decimal 82 28 151
Binary 1010010 11100 10010111
Octal 122 34 227

Shades and tints

Shades of #521C97

#521C97
(82,28,151)
#4B1A8A
(75,26,138)
#44187D
(68,24,125)
#3D1670
(61,22,112)
#361463
(54,20,99)
#2F1256
(47,18,86)
#281049
(40,16,73)
#210E3C
(33,14,60)
#1A0C2F
(26,12,47)
#130A22
(19,10,34)
#0C0815
(12,8,21)
#000000
(0,0,0)

Tints of #521C97

#521C97
(82,28,151)
#6130A0
(97,48,160)
#7044A9
(112,68,169)
#7F58B2
(127,88,178)
#8E6CBB
(142,108,187)
#9D80C4
(157,128,196)
#AC94CD
(172,148,205)
#BBA8D6
(187,168,214)
#CABCDF
(202,188,223)
#D9D0E8
(217,208,232)
#E8E4F1
(232,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521C97 color. Also use rgb(82,28,151) instead hex code.

Text Font Color

.myTextColor { color: #521C97; }

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

This text font color is #521C97.

Background Color

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

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

This div background color is #521C97.

Border color

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

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

This div border color is #521C97.

Opacity

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

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

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

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

This text has shadow with #521C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #521C97.

Preview

Color preview on black background

This text has color #521C97 on black background.


Color preview on white background

This text has color #521C97 on white background.


Black color preview on #521C97 background

This text has black color on #521C97 background.


White color preview on #521C97 background

This text has white color on #521C97 background.


Related colors

Complementary color

Complementary color for #hex is #ADE368.


I love getcolorcode.com

Triadic colors

1 #97521C and #1C9752 with #521C97 are triadic colors.

2 #971C52 and #1C5297 with #521C97 are triadic colors.