COLOR #580EA1

HEX: #580EA1 RGB: (88,14,161)

Color info

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

RGB color model

#580EA1 color RGB value is (88,14,161).

RGB: (88,14,161) (35%, 5%, 63%)

RGB channels and saturation

R 88 of 255 = 35%
G 14 of 255 = 5%
B 161 of 255 = 63%

88
14
161

R + G + B ~ 34%. #580EA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 14 + 161 = 263 (100%)
R 88 of 263 ~ 33.46%
G 14 of 263 ~ 5.32%
B 161 of 263 ~ 61.22'%

%33.46
%61.22

CMYK color model

#580EA1 color CMYK value is (45,91,0,37).

  • cyan value is 45.34%
  • magenta value is 91.30%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (45,91,0,37)
C45M91Y0K37 (45%, 91%, 0%, 37%)
(0.45 / 0.91 / 0.00 / 0.37)

CMYK percentages

%45.34
%91.3
%0
%36.86

Codes

Color #580EA1 in popluar color models

58 0E A1
RGB 88 14 161
HSL 270° 84.00% 34.31%
HSB/HSV 270° 91.30% 63.14%
CMYK 45.34% 91.30% 0.00%
36.86%

Color #580EA1 in popluar number systems.

HEX 58 0E A1
Decimal 88 14 161
Binary 1011000 1110 10100001
Octal 130 16 241

Shades and tints

Shades of #580EA1

#580EA1
(88,14,161)
#500D93
(80,13,147)
#480C85
(72,12,133)
#400B77
(64,11,119)
#380A69
(56,10,105)
#30095B
(48,9,91)
#28084D
(40,8,77)
#20073F
(32,7,63)
#180631
(24,6,49)
#100523
(16,5,35)
#080415
(8,4,21)
#000000
(0,0,0)

Tints of #580EA1

#580EA1
(88,14,161)
#6723A9
(103,35,169)
#7638B1
(118,56,177)
#854DB9
(133,77,185)
#9462C1
(148,98,193)
#A377C9
(163,119,201)
#B28CD1
(178,140,209)
#C1A1D9
(193,161,217)
#D0B6E1
(208,182,225)
#DFCBE9
(223,203,233)
#EEE0F1
(238,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580EA1 color. Also use rgb(88,14,161) instead hex code.

Text Font Color

.myTextColor { color: #580EA1; }

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

This text font color is #580EA1.

Background Color

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

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

This div background color is #580EA1.

Border color

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

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

This div border color is #580EA1.

Opacity

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

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

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

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

This text has shadow with #580EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580EA1.

Preview

Color preview on black background

This text has color #580EA1 on black background.


Color preview on white background

This text has color #580EA1 on white background.


Black color preview on #580EA1 background

This text has black color on #580EA1 background.


White color preview on #580EA1 background

This text has white color on #580EA1 background.


Related colors

Complementary color

Complementary color for #hex is #A7F15E.


I love getcolorcode.com

Triadic colors

1 #A1580E and #0EA158 with #580EA1 are triadic colors.

2 #A10E58 and #0E58A1 with #580EA1 are triadic colors.