COLOR #532A9A

HEX: #532A9A
RGB: (83,42,154)

Color info

#532A9A contains mainly blue color. Web safe color of #532A9A is #663399 (or #639).

RGB color model

#532A9A color RGB value is (83,42,154).

  • red value is 83;
  • green value is 42;
  • blue value is 154.
RGB:
(83,42,154)
(33%,16%,60%)

RGB channels and saturation

R 83 of 255 = 33%
G 42 of 255 = 16%
B 154 of 255 = 60%

83
42
154

R + G + B ~ 36%. #532A9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 42 + 154 = 279 (100%)
R 83 of 279 ~ 29.75%
G 42 of 279 ~ 15.05%
B 154 of 279 ~ 55.2%

%29.75
%15.05
%55.2

CMYK color model

#532A9A color CMYK value is (46,73,0,40).

  • cyan value is 46.10%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(46,73,0,40)
C46M73Y0K40 
(46%,73%,0%,40%)
(0.46/0.73/0.00/0.40)	

CMYK percentages

%46.1
%72.73
%0
%39.61

Codes

Color #532A9A in popluar color models

532A9A
RGB8342154
HSL262°57.14%38.43%
HSB/HSV262°72.73%60.39%
CMYK46.10%72.73%0.00%
39.61%

Color #532A9A in popluar number systems.

HEX532A9A
Decimal8342154
Binary101001110101010011010
Octal12352232

Shades and tints

Shades of #532A9A

#532A9A
(83,42,154)
#4C278C
(76,39,140)
#45247E
(69,36,126)
#3E2170
(62,33,112)
#371E62
(55,30,98)
#301B54
(48,27,84)
#291846
(41,24,70)
#221538
(34,21,56)
#1B122A
(27,18,42)
#140F1C
(20,15,28)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #532A9A

#532A9A
(83,42,154)
#623DA3
(98,61,163)
#7150AC
(113,80,172)
#8063B5
(128,99,181)
#8F76BE
(143,118,190)
#9E89C7
(158,137,199)
#AD9CD0
(173,156,208)
#BCAFD9
(188,175,217)
#CBC2E2
(203,194,226)
#DAD5EB
(218,213,235)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532A9A color. Also use rgb(83,42,154) instead hex code.

Text Font Color

.myTextColor { color: #532A9A; }

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

This text font color is #532A9A.


Background Color

.myBgColor { background-color: #532A9A; }

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

This div background color is #532A9A.


Border color

.myBorderColor { border: 1px solid #532A9A; }

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

This div border color is #532A9A.


Opacity

.myOpacity80 { color: #532A9A; opacity: 0.8; }

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

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

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

This text has shadow with #532A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532A9A on black background.


Color preview on white background

This text has color #532A9A on white background.



Black color preview on #532A9A background

This text has black color on #532A9A background.


White color preview on #532A9A background

This text has white color on #532A9A background.