COLOR #581E72

HEX: #581E72
RGB: (88,30,114)

Color info

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

RGB color model

#581E72 color RGB value is (88,30,114).

  • red value is 88;
  • green value is 30;
  • blue value is 114.
RGB:
(88,30,114)
(35%,12%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 30 of 255 = 12%
B 114 of 255 = 45%

88
30
114

R + G + B ~ 31%. #581E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 30 + 114 = 232 (100%)
R 88 of 232 ~ 37.93%
G 30 of 232 ~ 12.93%
B 114 of 232 ~ 49.14%

%37.93
%12.93
%49.14

CMYK color model

#581E72 color CMYK value is (23,74,0,55).

  • cyan value is 22.81%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,74,0,55)
C23M74Y0K55 
(23%,74%,0%,55%)
(0.23/0.74/0.00/0.55)	

CMYK percentages

%22.81
%73.68
%0
%55.29

Codes

Color #581E72 in popluar color models

581E72
RGB8830114
HSL281°58.33%28.24%
HSB/HSV281°73.68%44.71%
CMYK22.81%73.68%0.00%
55.29%

Color #581E72 in popluar number systems.

HEX581E72
Decimal8830114
Binary1011000111101110010
Octal13036162

Shades and tints

Shades of #581E72

#581E72
(88,30,114)
#501C68
(80,28,104)
#481A5E
(72,26,94)
#401854
(64,24,84)
#38164A
(56,22,74)
#301440
(48,20,64)
#281236
(40,18,54)
#20102C
(32,16,44)
#180E22
(24,14,34)
#100C18
(16,12,24)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #581E72

#581E72
(88,30,114)
#67327E
(103,50,126)
#76468A
(118,70,138)
#855A96
(133,90,150)
#946EA2
(148,110,162)
#A382AE
(163,130,174)
#B296BA
(178,150,186)
#C1AAC6
(193,170,198)
#D0BED2
(208,190,210)
#DFD2DE
(223,210,222)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581E72 color. Also use rgb(88,30,114) instead hex code.

Text Font Color

.myTextColor { color: #581E72; }

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

This text font color is #581E72.


Background Color

.myBgColor { background-color: #581E72; }

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

This div background color is #581E72.


Border color

.myBorderColor { border: 1px solid #581E72; }

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

This div border color is #581E72.


Opacity

.myOpacity80 { color: #581E72; opacity: 0.8; }

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

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

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

This text has shadow with #581E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581E72 on black background.


Color preview on white background

This text has color #581E72 on white background.



Black color preview on #581E72 background

This text has black color on #581E72 background.


White color preview on #581E72 background

This text has white color on #581E72 background.