COLOR #532EA7

HEX: #532EA7
RGB: (83,46,167)

Color info

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

RGB color model

#532EA7 color RGB value is (83,46,167).

  • red value is 83;
  • green value is 46;
  • blue value is 167.
RGB:
(83,46,167)
(33%,18%,65%)

RGB channels and saturation

R 83 of 255 = 33%
G 46 of 255 = 18%
B 167 of 255 = 65%

83
46
167

R + G + B ~ 39%. #532EA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 46 + 167 = 296 (100%)
R 83 of 296 ~ 28.04%
G 46 of 296 ~ 15.54%
B 167 of 296 ~ 56.42%

%28.04
%15.54
%56.42

CMYK color model

#532EA7 color CMYK value is (50,72,0,35).

  • cyan value is 50.30%
  • magenta value is 72.46%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(50,72,0,35)
C50M72Y0K35 
(50%,72%,0%,35%)
(0.50/0.72/0.00/0.35)	

CMYK percentages

%50.3
%72.46
%0
%34.51

Codes

Color #532EA7 in popluar color models

532EA7
RGB8346167
HSL258°56.81%41.76%
HSB/HSV258°72.46%65.49%
CMYK50.30%72.46%0.00%
34.51%

Color #532EA7 in popluar number systems.

HEX532EA7
Decimal8346167
Binary101001110111010100111
Octal12356247

Shades and tints

Shades of #532EA7

#532EA7
(83,46,167)
#4C2A98
(76,42,152)
#452689
(69,38,137)
#3E227A
(62,34,122)
#371E6B
(55,30,107)
#301A5C
(48,26,92)
#29164D
(41,22,77)
#22123E
(34,18,62)
#1B0E2F
(27,14,47)
#140A20
(20,10,32)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #532EA7

#532EA7
(83,46,167)
#6241AF
(98,65,175)
#7154B7
(113,84,183)
#8067BF
(128,103,191)
#8F7AC7
(143,122,199)
#9E8DCF
(158,141,207)
#ADA0D7
(173,160,215)
#BCB3DF
(188,179,223)
#CBC6E7
(203,198,231)
#DAD9EF
(218,217,239)
#E9ECF7
(233,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532EA7 color. Also use rgb(83,46,167) instead hex code.

Text Font Color

.myTextColor { color: #532EA7; }

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

This text font color is #532EA7.


Background Color

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

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

This div background color is #532EA7.


Border color

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

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

This div border color is #532EA7.


Opacity

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

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

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

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

This text has shadow with #532EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532EA7 on black background.


Color preview on white background

This text has color #532EA7 on white background.



Black color preview on #532EA7 background

This text has black color on #532EA7 background.


White color preview on #532EA7 background

This text has white color on #532EA7 background.