COLOR #531A87

HEX: #531A87
RGB: (83,26,135)

Color info

#531A87 contains mainly red and blue colors. Web safe color of #531A87 is #660099 (or #609).

RGB color model

#531A87 color RGB value is (83,26,135).

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

RGB channels and saturation

R 83 of 255 = 33%
G 26 of 255 = 10%
B 135 of 255 = 53%

83
26
135

R + G + B ~ 32%. #531A87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 26 + 135 = 244 (100%)
R 83 of 244 ~ 34.02%
G 26 of 244 ~ 10.66%
B 135 of 244 ~ 55.33%

%34.02
%10.66
%55.33

CMYK color model

#531A87 color CMYK value is (39,81,0,47).

  • cyan value is 38.52%
  • magenta value is 80.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(39,81,0,47)
C39M81Y0K47 
(39%,81%,0%,47%)
(0.39/0.81/0.00/0.47)	

CMYK percentages

%38.52
%80.74
%0
%47.06

Codes

Color #531A87 in popluar color models

531A87
RGB8326135
HSL271°67.70%31.57%
HSB/HSV271°80.74%52.94%
CMYK38.52%80.74%0.00%
47.06%

Color #531A87 in popluar number systems.

HEX531A87
Decimal8326135
Binary10100111101010000111
Octal12332207

Shades and tints

Shades of #531A87

#531A87
(83,26,135)
#4C187B
(76,24,123)
#45166F
(69,22,111)
#3E1463
(62,20,99)
#371257
(55,18,87)
#30104B
(48,16,75)
#290E3F
(41,14,63)
#220C33
(34,12,51)
#1B0A27
(27,10,39)
#14081B
(20,8,27)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #531A87

#531A87
(83,26,135)
#622E91
(98,46,145)
#71429B
(113,66,155)
#8056A5
(128,86,165)
#8F6AAF
(143,106,175)
#9E7EB9
(158,126,185)
#AD92C3
(173,146,195)
#BCA6CD
(188,166,205)
#CBBAD7
(203,186,215)
#DACEE1
(218,206,225)
#E9E2EB
(233,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531A87; }

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

This text font color is #531A87.


Background Color

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

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

This div background color is #531A87.


Border color

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

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

This div border color is #531A87.


Opacity

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

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

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

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

This text has shadow with #531A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531A87 on black background.


Color preview on white background

This text has color #531A87 on white background.



Black color preview on #531A87 background

This text has black color on #531A87 background.


White color preview on #531A87 background

This text has white color on #531A87 background.