COLOR #531AA2

HEX: #531AA2
RGB: (83,26,162)

Color info

#531AA2 contains mainly blue color. Web safe color of #531AA2 is #660099 (or #609).

RGB color model

#531AA2 color RGB value is (83,26,162).

  • red value is 83;
  • green value is 26;
  • blue value is 162.
RGB:
(83,26,162)
(33%,10%,64%)

RGB channels and saturation

R 83 of 255 = 33%
G 26 of 255 = 10%
B 162 of 255 = 64%

83
26
162

R + G + B ~ 36%. #531AA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 26 + 162 = 271 (100%)
R 83 of 271 ~ 30.63%
G 26 of 271 ~ 9.59%
B 162 of 271 ~ 59.78%

%30.63
%9.59
%59.78

CMYK color model

#531AA2 color CMYK value is (49,84,0,36).

  • cyan value is 48.77%
  • magenta value is 83.95%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(49,84,0,36)
C49M84Y0K36 
(49%,84%,0%,36%)
(0.49/0.84/0.00/0.36)	

CMYK percentages

%48.77
%83.95
%0
%36.47

Codes

Color #531AA2 in popluar color models

531AA2
RGB8326162
HSL265°72.34%36.86%
HSB/HSV265°83.95%63.53%
CMYK48.77%83.95%0.00%
36.47%

Color #531AA2 in popluar number systems.

HEX531AA2
Decimal8326162
Binary10100111101010100010
Octal12332242

Shades and tints

Shades of #531AA2

#531AA2
(83,26,162)
#4C1894
(76,24,148)
#451686
(69,22,134)
#3E1478
(62,20,120)
#37126A
(55,18,106)
#30105C
(48,16,92)
#290E4E
(41,14,78)
#220C40
(34,12,64)
#1B0A32
(27,10,50)
#140824
(20,8,36)
#0D0616
(13,6,22)
#000000
(0,0,0)

Tints of #531AA2

#531AA2
(83,26,162)
#622EAA
(98,46,170)
#7142B2
(113,66,178)
#8056BA
(128,86,186)
#8F6AC2
(143,106,194)
#9E7ECA
(158,126,202)
#AD92D2
(173,146,210)
#BCA6DA
(188,166,218)
#CBBAE2
(203,186,226)
#DACEEA
(218,206,234)
#E9E2F2
(233,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531AA2 color. Also use rgb(83,26,162) instead hex code.

Text Font Color

.myTextColor { color: #531AA2; }

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

This text font color is #531AA2.


Background Color

.myBgColor { background-color: #531AA2; }

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

This div background color is #531AA2.


Border color

.myBorderColor { border: 1px solid #531AA2; }

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

This div border color is #531AA2.


Opacity

.myOpacity80 { color: #531AA2; opacity: 0.8; }

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

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

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

This text has shadow with #531AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531AA2 on black background.


Color preview on white background

This text has color #531AA2 on white background.



Black color preview on #531AA2 background

This text has black color on #531AA2 background.


White color preview on #531AA2 background

This text has white color on #531AA2 background.