COLOR #530393

HEX: #530393
RGB: (83,3,147)

Color info

#530393 contains mainly blue color. Web safe color of #530393 is #660099 (or #609).

RGB color model

#530393 color RGB value is (83,3,147).

  • red value is 83;
  • green value is 3;
  • blue value is 147.
RGB:
(83,3,147)
(33%,1%,58%)

RGB channels and saturation

R 83 of 255 = 33%
G 3 of 255 = 1%
B 147 of 255 = 58%

83
3
147

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

Portions of RGB colors in percentages

R + G + B =
83 + 3 + 147 = 233 (100%)
R 83 of 233 ~ 35.62%
G 3 of 233 ~ 1.29%
B 147 of 233 ~ 63.09%

%35.62
%63.09

CMYK color model

#530393 color CMYK value is (44,98,0,42).

  • cyan value is 43.54%
  • magenta value is 97.96%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(44,98,0,42)
C44M98Y0K42 
(44%,98%,0%,42%)
(0.44/0.98/0.00/0.42)	

CMYK percentages

%43.54
%97.96
%0
%42.35

Codes

Color #530393 in popluar color models

530393
RGB833147
HSL273°96.00%29.41%
HSB/HSV273°97.96%57.65%
CMYK43.54%97.96%0.00%
42.35%

Color #530393 in popluar number systems.

HEX530393
Decimal833147
Binary10100111110010011
Octal1233223

Shades and tints

Shades of #530393

#530393
(83,3,147)
#4C0386
(76,3,134)
#450379
(69,3,121)
#3E036C
(62,3,108)
#37035F
(55,3,95)
#300352
(48,3,82)
#290345
(41,3,69)
#220338
(34,3,56)
#1B032B
(27,3,43)
#14031E
(20,3,30)
#0D0311
(13,3,17)
#000000
(0,0,0)

Tints of #530393

#530393
(83,3,147)
#62199C
(98,25,156)
#712FA5
(113,47,165)
#8045AE
(128,69,174)
#8F5BB7
(143,91,183)
#9E71C0
(158,113,192)
#AD87C9
(173,135,201)
#BC9DD2
(188,157,210)
#CBB3DB
(203,179,219)
#DAC9E4
(218,201,228)
#E9DFED
(233,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530393 color. Also use rgb(83,3,147) instead hex code.

Text Font Color

.myTextColor { color: #530393; }

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

This text font color is #530393.


Background Color

.myBgColor { background-color: #530393; }

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

This div background color is #530393.


Border color

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

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

This div border color is #530393.


Opacity

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

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

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

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

This text has shadow with #530393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530393 on black background.


Color preview on white background

This text has color #530393 on white background.



Black color preview on #530393 background

This text has black color on #530393 background.


White color preview on #530393 background

This text has white color on #530393 background.