COLOR #581C7B

HEX: #581C7B
RGB: (88,28,123)

Color info

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

RGB color model

#581C7B color RGB value is (88,28,123).

  • red value is 88;
  • green value is 28;
  • blue value is 123.
RGB:
(88,28,123)
(35%,11%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 28 of 255 = 11%
B 123 of 255 = 48%

88
28
123

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

Portions of RGB colors in percentages

R + G + B =
88 + 28 + 123 = 239 (100%)
R 88 of 239 ~ 36.82%
G 28 of 239 ~ 11.72%
B 123 of 239 ~ 51.46%

%36.82
%11.72
%51.46

CMYK color model

#581C7B color CMYK value is (28,77,0,52).

  • cyan value is 28.46%
  • magenta value is 77.24%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(28,77,0,52)
C28M77Y0K52 
(28%,77%,0%,52%)
(0.28/0.77/0.00/0.52)	

CMYK percentages

%28.46
%77.24
%0
%51.76

Codes

Color #581C7B in popluar color models

581C7B
RGB8828123
HSL278°62.91%29.61%
HSB/HSV278°77.24%48.24%
CMYK28.46%77.24%0.00%
51.76%

Color #581C7B in popluar number systems.

HEX581C7B
Decimal8828123
Binary1011000111001111011
Octal13034173

Shades and tints

Shades of #581C7B

#581C7B
(88,28,123)
#501A70
(80,26,112)
#481865
(72,24,101)
#40165A
(64,22,90)
#38144F
(56,20,79)
#301244
(48,18,68)
#281039
(40,16,57)
#200E2E
(32,14,46)
#180C23
(24,12,35)
#100A18
(16,10,24)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #581C7B

#581C7B
(88,28,123)
#673087
(103,48,135)
#764493
(118,68,147)
#85589F
(133,88,159)
#946CAB
(148,108,171)
#A380B7
(163,128,183)
#B294C3
(178,148,195)
#C1A8CF
(193,168,207)
#D0BCDB
(208,188,219)
#DFD0E7
(223,208,231)
#EEE4F3
(238,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581C7B color. Also use rgb(88,28,123) instead hex code.

Text Font Color

.myTextColor { color: #581C7B; }

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

This text font color is #581C7B.


Background Color

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

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

This div background color is #581C7B.


Border color

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

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

This div border color is #581C7B.


Opacity

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

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

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

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

This text has shadow with #581C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581C7B on black background.


Color preview on white background

This text has color #581C7B on white background.



Black color preview on #581C7B background

This text has black color on #581C7B background.


White color preview on #581C7B background

This text has white color on #581C7B background.