COLOR #532D9B

HEX: #532D9B RGB: (83,45,155)

Color info

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

RGB color model

#532D9B color RGB value is (83,45,155).

RGB: (83,45,155) (33%, 18%, 61%)

RGB channels and saturation

R 83 of 255 = 33%
G 45 of 255 = 18%
B 155 of 255 = 61%

83
45
155

R + G + B ~ 37%. #532D9B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 45 + 155 = 283 (100%)
R 83 of 283 ~ 29.33%
G 45 of 283 ~ 15.9%
B 155 of 283 ~ 54.77'%

%29.33
%15.9
%54.77

CMYK color model

#532D9B color CMYK value is (46,71,0,39).

  • cyan value is 46.45%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (46,71,0,39)
C46M71Y0K39 (46%, 71%, 0%, 39%)
(0.46 / 0.71 / 0.00 / 0.39)

CMYK percentages

%46.45
%70.97
%0
%39.22

Codes

Color #532D9B in popluar color models

53 2D 9B
RGB 83 45 155
HSL 261° 55.00% 39.22%
HSB/HSV 261° 70.97% 60.78%
CMYK 46.45% 70.97% 0.00%
39.22%

Color #532D9B in popluar number systems.

HEX 53 2D 9B
Decimal 83 45 155
Binary 1010011 101101 10011011
Octal 123 55 233

Shades and tints

Shades of #532D9B

#532D9B
(83,45,155)
#4C298D
(76,41,141)
#45257F
(69,37,127)
#3E2171
(62,33,113)
#371D63
(55,29,99)
#301955
(48,25,85)
#291547
(41,21,71)
#221139
(34,17,57)
#1B0D2B
(27,13,43)
#14091D
(20,9,29)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #532D9B

#532D9B
(83,45,155)
#6240A4
(98,64,164)
#7153AD
(113,83,173)
#8066B6
(128,102,182)
#8F79BF
(143,121,191)
#9E8CC8
(158,140,200)
#AD9FD1
(173,159,209)
#BCB2DA
(188,178,218)
#CBC5E3
(203,197,227)
#DAD8EC
(218,216,236)
#E9EBF5
(233,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532D9B color. Also use rgb(83,45,155) instead hex code.

Text Font Color

.myTextColor { color: #532D9B; }

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

This text font color is #532D9B.

Background Color

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

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

This div background color is #532D9B.

Border color

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

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

This div border color is #532D9B.

Opacity

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

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

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

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

This text has shadow with #532D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #532D9B.

Preview

Color preview on black background

This text has color #532D9B on black background.


Color preview on white background

This text has color #532D9B on white background.


Black color preview on #532D9B background

This text has black color on #532D9B background.


White color preview on #532D9B background

This text has white color on #532D9B background.


Related colors

Complementary color

Complementary color for #hex is #ACD264.


I love getcolorcode.com

Triadic colors

1 #9B532D and #2D9B53 with #532D9B are triadic colors.

2 #9B2D53 and #2D539B with #532D9B are triadic colors.