COLOR #531979

HEX: #531979
RGB: (83,25,121)

Color info

#531979 contains mainly red and blue colors. Web safe color of #531979 is #660066 (or #606).

RGB color model

#531979 color RGB value is (83,25,121).

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

RGB channels and saturation

R 83 of 255 = 33%
G 25 of 255 = 10%
B 121 of 255 = 47%

83
25
121

R + G + B ~ 30%. #531979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 25 + 121 = 229 (100%)
R 83 of 229 ~ 36.24%
G 25 of 229 ~ 10.92%
B 121 of 229 ~ 52.84%

%36.24
%10.92
%52.84

CMYK color model

#531979 color CMYK value is (31,79,0,53).

  • cyan value is 31.40%
  • magenta value is 79.34%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,79,0,53)
C31M79Y0K53 
(31%,79%,0%,53%)
(0.31/0.79/0.00/0.53)	

CMYK percentages

%31.4
%79.34
%0
%52.55

Codes

Color #531979 in popluar color models

531979
RGB8325121
HSL276°65.75%28.63%
HSB/HSV276°79.34%47.45%
CMYK31.40%79.34%0.00%
52.55%

Color #531979 in popluar number systems.

HEX531979
Decimal8325121
Binary1010011110011111001
Octal12331171

Shades and tints

Shades of #531979

#531979
(83,25,121)
#4C176E
(76,23,110)
#451563
(69,21,99)
#3E1358
(62,19,88)
#37114D
(55,17,77)
#300F42
(48,15,66)
#290D37
(41,13,55)
#220B2C
(34,11,44)
#1B0921
(27,9,33)
#140716
(20,7,22)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #531979

#531979
(83,25,121)
#622D85
(98,45,133)
#714191
(113,65,145)
#80559D
(128,85,157)
#8F69A9
(143,105,169)
#9E7DB5
(158,125,181)
#AD91C1
(173,145,193)
#BCA5CD
(188,165,205)
#CBB9D9
(203,185,217)
#DACDE5
(218,205,229)
#E9E1F1
(233,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #531979; }

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

This text font color is #531979.


Background Color

.myBgColor { background-color: #531979; }

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

This div background color is #531979.


Border color

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

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

This div border color is #531979.


Opacity

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

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

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

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

This text has shadow with #531979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531979 on black background.


Color preview on white background

This text has color #531979 on white background.



Black color preview on #531979 background

This text has black color on #531979 background.


White color preview on #531979 background

This text has white color on #531979 background.