COLOR #531981

HEX: #531981
RGB: (83,25,129)

Color info

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

RGB color model

#531981 color RGB value is (83,25,129).

  • red value is 83;
  • green value is 25;
  • blue value is 129.
RGB:
(83,25,129)
(33%,10%,51%)

RGB channels and saturation

R 83 of 255 = 33%
G 25 of 255 = 10%
B 129 of 255 = 51%

83
25
129

R + G + B ~ 31%. #531981 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 25 + 129 = 237 (100%)
R 83 of 237 ~ 35.02%
G 25 of 237 ~ 10.55%
B 129 of 237 ~ 54.43%

%35.02
%10.55
%54.43

CMYK color model

#531981 color CMYK value is (36,81,0,49).

  • cyan value is 35.66%
  • magenta value is 80.62%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(36,81,0,49)
C36M81Y0K49 
(36%,81%,0%,49%)
(0.36/0.81/0.00/0.49)	

CMYK percentages

%35.66
%80.62
%0
%49.41

Codes

Color #531981 in popluar color models

531981
RGB8325129
HSL273°67.53%30.20%
HSB/HSV273°80.62%50.59%
CMYK35.66%80.62%0.00%
49.41%

Color #531981 in popluar number systems.

HEX531981
Decimal8325129
Binary10100111100110000001
Octal12331201

Shades and tints

Shades of #531981

#531981
(83,25,129)
#4C1776
(76,23,118)
#45156B
(69,21,107)
#3E1360
(62,19,96)
#371155
(55,17,85)
#300F4A
(48,15,74)
#290D3F
(41,13,63)
#220B34
(34,11,52)
#1B0929
(27,9,41)
#14071E
(20,7,30)
#0D0513
(13,5,19)
#000000
(0,0,0)

Tints of #531981

#531981
(83,25,129)
#622D8C
(98,45,140)
#714197
(113,65,151)
#8055A2
(128,85,162)
#8F69AD
(143,105,173)
#9E7DB8
(158,125,184)
#AD91C3
(173,145,195)
#BCA5CE
(188,165,206)
#CBB9D9
(203,185,217)
#DACDE4
(218,205,228)
#E9E1EF
(233,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531981 color. Also use rgb(83,25,129) instead hex code.

Text Font Color

.myTextColor { color: #531981; }

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

This text font color is #531981.


Background Color

.myBgColor { background-color: #531981; }

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

This div background color is #531981.


Border color

.myBorderColor { border: 1px solid #531981; }

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

This div border color is #531981.


Opacity

.myOpacity80 { color: #531981; opacity: 0.8; }

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

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

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

This text has shadow with #531981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531981 on black background.


Color preview on white background

This text has color #531981 on white background.



Black color preview on #531981 background

This text has black color on #531981 background.


White color preview on #531981 background

This text has white color on #531981 background.