COLOR #580891

HEX: #580891
RGB: (88,8,145)

Color info

#580891 contains mainly red and blue colors. Web safe color of #580891 is #660099 (or #609).

RGB color model

#580891 color RGB value is (88,8,145).

  • red value is 88;
  • green value is 8;
  • blue value is 145.
RGB:
(88,8,145)
(35%,3%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 8 of 255 = 3%
B 145 of 255 = 57%

88
8
145

R + G + B ~ 32%. #580891 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 8 + 145 = 241 (100%)
R 88 of 241 ~ 36.51%
G 8 of 241 ~ 3.32%
B 145 of 241 ~ 60.17%

%36.51
%60.17

CMYK color model

#580891 color CMYK value is (39,94,0,43).

  • cyan value is 39.31%
  • magenta value is 94.48%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(39,94,0,43)
C39M94Y0K43 
(39%,94%,0%,43%)
(0.39/0.94/0.00/0.43)	

CMYK percentages

%39.31
%94.48
%0
%43.14

Codes

Color #580891 in popluar color models

580891
RGB888145
HSL275°89.54%30.00%
HSB/HSV275°94.48%56.86%
CMYK39.31%94.48%0.00%
43.14%

Color #580891 in popluar number systems.

HEX580891
Decimal888145
Binary1011000100010010001
Octal13010221

Shades and tints

Shades of #580891

#580891
(88,8,145)
#500884
(80,8,132)
#480877
(72,8,119)
#40086A
(64,8,106)
#38085D
(56,8,93)
#300850
(48,8,80)
#280843
(40,8,67)
#200836
(32,8,54)
#180829
(24,8,41)
#10081C
(16,8,28)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #580891

#580891
(88,8,145)
#671E9B
(103,30,155)
#7634A5
(118,52,165)
#854AAF
(133,74,175)
#9460B9
(148,96,185)
#A376C3
(163,118,195)
#B28CCD
(178,140,205)
#C1A2D7
(193,162,215)
#D0B8E1
(208,184,225)
#DFCEEB
(223,206,235)
#EEE4F5
(238,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580891 color. Also use rgb(88,8,145) instead hex code.

Text Font Color

.myTextColor { color: #580891; }

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

This text font color is #580891.


Background Color

.myBgColor { background-color: #580891; }

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

This div background color is #580891.


Border color

.myBorderColor { border: 1px solid #580891; }

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

This div border color is #580891.


Opacity

.myOpacity80 { color: #580891; opacity: 0.8; }

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

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

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

This text has shadow with #580891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580891 on black background.


Color preview on white background

This text has color #580891 on white background.



Black color preview on #580891 background

This text has black color on #580891 background.


White color preview on #580891 background

This text has white color on #580891 background.