COLOR #531F87

HEX: #531F87
RGB: (83,31,135)

Color info

#531F87 contains mainly red and blue colors. Web safe color of #531F87 is #663399 (or #639).

RGB color model

#531F87 color RGB value is (83,31,135).

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

RGB channels and saturation

R 83 of 255 = 33%
G 31 of 255 = 12%
B 135 of 255 = 53%

83
31
135

R + G + B ~ 33%. #531F87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 31 + 135 = 249 (100%)
R 83 of 249 ~ 33.33%
G 31 of 249 ~ 12.45%
B 135 of 249 ~ 54.22%

%33.33
%12.45
%54.22

CMYK color model

#531F87 color CMYK value is (39,77,0,47).

  • cyan value is 38.52%
  • magenta value is 77.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(39,77,0,47)
C39M77Y0K47 
(39%,77%,0%,47%)
(0.39/0.77/0.00/0.47)	

CMYK percentages

%38.52
%77.04
%0
%47.06

Codes

Color #531F87 in popluar color models

531F87
RGB8331135
HSL270°62.65%32.55%
HSB/HSV270°77.04%52.94%
CMYK38.52%77.04%0.00%
47.06%

Color #531F87 in popluar number systems.

HEX531F87
Decimal8331135
Binary10100111111110000111
Octal12337207

Shades and tints

Shades of #531F87

#531F87
(83,31,135)
#4C1D7B
(76,29,123)
#451B6F
(69,27,111)
#3E1963
(62,25,99)
#371757
(55,23,87)
#30154B
(48,21,75)
#29133F
(41,19,63)
#221133
(34,17,51)
#1B0F27
(27,15,39)
#140D1B
(20,13,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #531F87

#531F87
(83,31,135)
#623391
(98,51,145)
#71479B
(113,71,155)
#805BA5
(128,91,165)
#8F6FAF
(143,111,175)
#9E83B9
(158,131,185)
#AD97C3
(173,151,195)
#BCABCD
(188,171,205)
#CBBFD7
(203,191,215)
#DAD3E1
(218,211,225)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531F87; }

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

This text font color is #531F87.


Background Color

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

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

This div background color is #531F87.


Border color

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

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

This div border color is #531F87.


Opacity

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

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

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

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

This text has shadow with #531F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531F87 on black background.


Color preview on white background

This text has color #531F87 on white background.



Black color preview on #531F87 background

This text has black color on #531F87 background.


White color preview on #531F87 background

This text has white color on #531F87 background.