COLOR #58317A

HEX: #58317A
RGB: (88,49,122)

Color info

#58317A contains mainly red and blue colors. Web safe color of #58317A is #663366 (or #636).

RGB color model

#58317A color RGB value is (88,49,122).

  • red value is 88;
  • green value is 49;
  • blue value is 122.
RGB:
(88,49,122)
(35%,19%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 49 of 255 = 19%
B 122 of 255 = 48%

88
49
122

R + G + B ~ 34%. #58317A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 49 + 122 = 259 (100%)
R 88 of 259 ~ 33.98%
G 49 of 259 ~ 18.92%
B 122 of 259 ~ 47.1%

%33.98
%18.92
%47.1

CMYK color model

#58317A color CMYK value is (28,60,0,52).

  • cyan value is 27.87%
  • magenta value is 59.84%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(28,60,0,52)
C28M60Y0K52 
(28%,60%,0%,52%)
(0.28/0.60/0.00/0.52)	

CMYK percentages

%27.87
%59.84
%0
%52.16

Codes

Color #58317A in popluar color models

58317A
RGB8849122
HSL272°42.69%33.53%
HSB/HSV272°59.84%47.84%
CMYK27.87%59.84%0.00%
52.16%

Color #58317A in popluar number systems.

HEX58317A
Decimal8849122
Binary10110001100011111010
Octal13061172

Shades and tints

Shades of #58317A

#58317A
(88,49,122)
#502D6F
(80,45,111)
#482964
(72,41,100)
#402559
(64,37,89)
#38214E
(56,33,78)
#301D43
(48,29,67)
#281938
(40,25,56)
#20152D
(32,21,45)
#181122
(24,17,34)
#100D17
(16,13,23)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #58317A

#58317A
(88,49,122)
#674386
(103,67,134)
#765592
(118,85,146)
#85679E
(133,103,158)
#9479AA
(148,121,170)
#A38BB6
(163,139,182)
#B29DC2
(178,157,194)
#C1AFCE
(193,175,206)
#D0C1DA
(208,193,218)
#DFD3E6
(223,211,230)
#EEE5F2
(238,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58317A color. Also use rgb(88,49,122) instead hex code.

Text Font Color

.myTextColor { color: #58317A; }

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

This text font color is #58317A.


Background Color

.myBgColor { background-color: #58317A; }

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

This div background color is #58317A.


Border color

.myBorderColor { border: 1px solid #58317A; }

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

This div border color is #58317A.


Opacity

.myOpacity80 { color: #58317A; opacity: 0.8; }

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

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

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

This text has shadow with #58317A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58317A on black background.


Color preview on white background

This text has color #58317A on white background.



Black color preview on #58317A background

This text has black color on #58317A background.


White color preview on #58317A background

This text has white color on #58317A background.