COLOR #581F72

HEX: #581F72
RGB: (88,31,114)

Color info

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

RGB color model

#581F72 color RGB value is (88,31,114).

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

RGB channels and saturation

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

88
31
114

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

Portions of RGB colors in percentages

R + G + B =
88 + 31 + 114 = 233 (100%)
R 88 of 233 ~ 37.77%
G 31 of 233 ~ 13.3%
B 114 of 233 ~ 48.93%

%37.77
%13.3
%48.93

CMYK color model

#581F72 color CMYK value is (23,73,0,55).

  • cyan value is 22.81%
  • magenta value is 72.81%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,73,0,55)
C23M73Y0K55 
(23%,73%,0%,55%)
(0.23/0.73/0.00/0.55)	

CMYK percentages

%22.81
%72.81
%0
%55.29

Codes

Color #581F72 in popluar color models

581F72
RGB8831114
HSL281°57.24%28.43%
HSB/HSV281°72.81%44.71%
CMYK22.81%72.81%0.00%
55.29%

Color #581F72 in popluar number systems.

HEX581F72
Decimal8831114
Binary1011000111111110010
Octal13037162

Shades and tints

Shades of #581F72

#581F72
(88,31,114)
#501D68
(80,29,104)
#481B5E
(72,27,94)
#401954
(64,25,84)
#38174A
(56,23,74)
#301540
(48,21,64)
#281336
(40,19,54)
#20112C
(32,17,44)
#180F22
(24,15,34)
#100D18
(16,13,24)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #581F72

#581F72
(88,31,114)
#67337E
(103,51,126)
#76478A
(118,71,138)
#855B96
(133,91,150)
#946FA2
(148,111,162)
#A383AE
(163,131,174)
#B297BA
(178,151,186)
#C1ABC6
(193,171,198)
#D0BFD2
(208,191,210)
#DFD3DE
(223,211,222)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581F72; }

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

This text font color is #581F72.


Background Color

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

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

This div background color is #581F72.


Border color

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

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

This div border color is #581F72.


Opacity

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

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

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

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

This text has shadow with #581F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581F72 on black background.


Color preview on white background

This text has color #581F72 on white background.



Black color preview on #581F72 background

This text has black color on #581F72 background.


White color preview on #581F72 background

This text has white color on #581F72 background.