COLOR #531B72

HEX: #531B72
RGB: (83,27,114)

Color info

#531B72 contains mainly red and blue colors. Web safe color of #531B72 is #663366 (or #636).

RGB color model

#531B72 color RGB value is (83,27,114).

  • red value is 83;
  • green value is 27;
  • blue value is 114.
RGB:
(83,27,114)
(33%,11%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 27 of 255 = 11%
B 114 of 255 = 45%

83
27
114

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

Portions of RGB colors in percentages

R + G + B =
83 + 27 + 114 = 224 (100%)
R 83 of 224 ~ 37.05%
G 27 of 224 ~ 12.05%
B 114 of 224 ~ 50.89%

%37.05
%12.05
%50.89

CMYK color model

#531B72 color CMYK value is (27,76,0,55).

  • cyan value is 27.19%
  • magenta value is 76.32%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(27,76,0,55)
C27M76Y0K55 
(27%,76%,0%,55%)
(0.27/0.76/0.00/0.55)	

CMYK percentages

%27.19
%76.32
%0
%55.29

Codes

Color #531B72 in popluar color models

531B72
RGB8327114
HSL279°61.70%27.65%
HSB/HSV279°76.32%44.71%
CMYK27.19%76.32%0.00%
55.29%

Color #531B72 in popluar number systems.

HEX531B72
Decimal8327114
Binary1010011110111110010
Octal12333162

Shades and tints

Shades of #531B72

#531B72
(83,27,114)
#4C1968
(76,25,104)
#45175E
(69,23,94)
#3E1554
(62,21,84)
#37134A
(55,19,74)
#301140
(48,17,64)
#290F36
(41,15,54)
#220D2C
(34,13,44)
#1B0B22
(27,11,34)
#140918
(20,9,24)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #531B72

#531B72
(83,27,114)
#622F7E
(98,47,126)
#71438A
(113,67,138)
#805796
(128,87,150)
#8F6BA2
(143,107,162)
#9E7FAE
(158,127,174)
#AD93BA
(173,147,186)
#BCA7C6
(188,167,198)
#CBBBD2
(203,187,210)
#DACFDE
(218,207,222)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531B72 color. Also use rgb(83,27,114) instead hex code.

Text Font Color

.myTextColor { color: #531B72; }

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

This text font color is #531B72.


Background Color

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

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

This div background color is #531B72.


Border color

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

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

This div border color is #531B72.


Opacity

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

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

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

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

This text has shadow with #531B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531B72 on black background.


Color preview on white background

This text has color #531B72 on white background.



Black color preview on #531B72 background

This text has black color on #531B72 background.


White color preview on #531B72 background

This text has white color on #531B72 background.