COLOR #580FA8

HEX: #580FA8
RGB: (88,15,168)

Color info

#580FA8 contains mainly blue color. Web safe color of #580FA8 is #660099 (or #609).

RGB color model

#580FA8 color RGB value is (88,15,168).

  • red value is 88;
  • green value is 15;
  • blue value is 168.
RGB:
(88,15,168)
(35%,6%,66%)

RGB channels and saturation

R 88 of 255 = 35%
G 15 of 255 = 6%
B 168 of 255 = 66%

88
15
168

R + G + B ~ 36%. #580FA8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 15 + 168 = 271 (100%)
R 88 of 271 ~ 32.47%
G 15 of 271 ~ 5.54%
B 168 of 271 ~ 61.99%

%32.47
%61.99

CMYK color model

#580FA8 color CMYK value is (48,91,0,34).

  • cyan value is 47.62%
  • magenta value is 91.07%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(48,91,0,34)
C48M91Y0K34 
(48%,91%,0%,34%)
(0.48/0.91/0.00/0.34)	

CMYK percentages

%47.62
%91.07
%0
%34.12

Codes

Color #580FA8 in popluar color models

580FA8
RGB8815168
HSL269°83.61%35.88%
HSB/HSV269°91.07%65.88%
CMYK47.62%91.07%0.00%
34.12%

Color #580FA8 in popluar number systems.

HEX580FA8
Decimal8815168
Binary1011000111110101000
Octal13017250

Shades and tints

Shades of #580FA8

#580FA8
(88,15,168)
#500E99
(80,14,153)
#480D8A
(72,13,138)
#400C7B
(64,12,123)
#380B6C
(56,11,108)
#300A5D
(48,10,93)
#28094E
(40,9,78)
#20083F
(32,8,63)
#180730
(24,7,48)
#100621
(16,6,33)
#080512
(8,5,18)
#000000
(0,0,0)

Tints of #580FA8

#580FA8
(88,15,168)
#6724AF
(103,36,175)
#7639B6
(118,57,182)
#854EBD
(133,78,189)
#9463C4
(148,99,196)
#A378CB
(163,120,203)
#B28DD2
(178,141,210)
#C1A2D9
(193,162,217)
#D0B7E0
(208,183,224)
#DFCCE7
(223,204,231)
#EEE1EE
(238,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580FA8 color. Also use rgb(88,15,168) instead hex code.

Text Font Color

.myTextColor { color: #580FA8; }

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

This text font color is #580FA8.


Background Color

.myBgColor { background-color: #580FA8; }

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

This div background color is #580FA8.


Border color

.myBorderColor { border: 1px solid #580FA8; }

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

This div border color is #580FA8.


Opacity

.myOpacity80 { color: #580FA8; opacity: 0.8; }

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

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

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

This text has shadow with #580FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580FA8 on black background.


Color preview on white background

This text has color #580FA8 on white background.



Black color preview on #580FA8 background

This text has black color on #580FA8 background.


White color preview on #580FA8 background

This text has white color on #580FA8 background.