COLOR #582B9B

HEX: #582B9B
RGB: (88,43,155)

Color info

#582B9B contains mainly blue color. Web safe color of #582B9B is #663399 (or #639).

RGB color model

#582B9B color RGB value is (88,43,155).

  • red value is 88;
  • green value is 43;
  • blue value is 155.
RGB:
(88,43,155)
(35%,17%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 43 of 255 = 17%
B 155 of 255 = 61%

88
43
155

R + G + B ~ 38%. #582B9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 43 + 155 = 286 (100%)
R 88 of 286 ~ 30.77%
G 43 of 286 ~ 15.03%
B 155 of 286 ~ 54.2%

%30.77
%15.03
%54.2

CMYK color model

#582B9B color CMYK value is (43,72,0,39).

  • cyan value is 43.23%
  • magenta value is 72.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(43,72,0,39)
C43M72Y0K39 
(43%,72%,0%,39%)
(0.43/0.72/0.00/0.39)	

CMYK percentages

%43.23
%72.26
%0
%39.22

Codes

Color #582B9B in popluar color models

582B9B
RGB8843155
HSL264°56.57%38.82%
HSB/HSV264°72.26%60.78%
CMYK43.23%72.26%0.00%
39.22%

Color #582B9B in popluar number systems.

HEX582B9B
Decimal8843155
Binary101100010101110011011
Octal13053233

Shades and tints

Shades of #582B9B

#582B9B
(88,43,155)
#50288D
(80,40,141)
#48257F
(72,37,127)
#402271
(64,34,113)
#381F63
(56,31,99)
#301C55
(48,28,85)
#281947
(40,25,71)
#201639
(32,22,57)
#18132B
(24,19,43)
#10101D
(16,16,29)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #582B9B

#582B9B
(88,43,155)
#673EA4
(103,62,164)
#7651AD
(118,81,173)
#8564B6
(133,100,182)
#9477BF
(148,119,191)
#A38AC8
(163,138,200)
#B29DD1
(178,157,209)
#C1B0DA
(193,176,218)
#D0C3E3
(208,195,227)
#DFD6EC
(223,214,236)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582B9B color. Also use rgb(88,43,155) instead hex code.

Text Font Color

.myTextColor { color: #582B9B; }

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

This text font color is #582B9B.


Background Color

.myBgColor { background-color: #582B9B; }

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

This div background color is #582B9B.


Border color

.myBorderColor { border: 1px solid #582B9B; }

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

This div border color is #582B9B.


Opacity

.myOpacity80 { color: #582B9B; opacity: 0.8; }

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

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

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

This text has shadow with #582B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582B9B on black background.


Color preview on white background

This text has color #582B9B on white background.



Black color preview on #582B9B background

This text has black color on #582B9B background.


White color preview on #582B9B background

This text has white color on #582B9B background.