COLOR #531C90

HEX: #531C90
RGB: (83,28,144)

Color info

#531C90 contains mainly blue color. Web safe color of #531C90 is #663399 (or #639).

RGB color model

#531C90 color RGB value is (83,28,144).

  • red value is 83;
  • green value is 28;
  • blue value is 144.
RGB:
(83,28,144)
(33%,11%,56%)

RGB channels and saturation

R 83 of 255 = 33%
G 28 of 255 = 11%
B 144 of 255 = 56%

83
28
144

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

Portions of RGB colors in percentages

R + G + B =
83 + 28 + 144 = 255 (100%)
R 83 of 255 ~ 32.55%
G 28 of 255 ~ 10.98%
B 144 of 255 ~ 56.47%

%32.55
%10.98
%56.47

CMYK color model

#531C90 color CMYK value is (42,81,0,44).

  • cyan value is 42.36%
  • magenta value is 80.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(42,81,0,44)
C42M81Y0K44 
(42%,81%,0%,44%)
(0.42/0.81/0.00/0.44)	

CMYK percentages

%42.36
%80.56
%0
%43.53

Codes

Color #531C90 in popluar color models

531C90
RGB8328144
HSL268°67.44%33.73%
HSB/HSV268°80.56%56.47%
CMYK42.36%80.56%0.00%
43.53%

Color #531C90 in popluar number systems.

HEX531C90
Decimal8328144
Binary10100111110010010000
Octal12334220

Shades and tints

Shades of #531C90

#531C90
(83,28,144)
#4C1A83
(76,26,131)
#451876
(69,24,118)
#3E1669
(62,22,105)
#37145C
(55,20,92)
#30124F
(48,18,79)
#291042
(41,16,66)
#220E35
(34,14,53)
#1B0C28
(27,12,40)
#140A1B
(20,10,27)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #531C90

#531C90
(83,28,144)
#62309A
(98,48,154)
#7144A4
(113,68,164)
#8058AE
(128,88,174)
#8F6CB8
(143,108,184)
#9E80C2
(158,128,194)
#AD94CC
(173,148,204)
#BCA8D6
(188,168,214)
#CBBCE0
(203,188,224)
#DAD0EA
(218,208,234)
#E9E4F4
(233,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #531C90 color. Also use rgb(83,28,144) instead hex code.

Text Font Color

.myTextColor { color: #531C90; }

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

This text font color is #531C90.


Background Color

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

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

This div background color is #531C90.


Border color

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

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

This div border color is #531C90.


Opacity

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

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

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

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

This text has shadow with #531C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #531C90 on black background.


Color preview on white background

This text has color #531C90 on white background.



Black color preview on #531C90 background

This text has black color on #531C90 background.


White color preview on #531C90 background

This text has white color on #531C90 background.