COLOR #581B9D

HEX: #581B9D
RGB: (88,27,157)

Color info

#581B9D contains mainly blue color. Web safe color of #581B9D is #663399 (or #639).

RGB color model

#581B9D color RGB value is (88,27,157).

  • red value is 88;
  • green value is 27;
  • blue value is 157.
RGB:
(88,27,157)
(35%,11%,62%)

RGB channels and saturation

R 88 of 255 = 35%
G 27 of 255 = 11%
B 157 of 255 = 62%

88
27
157

R + G + B ~ 36%. #581B9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 27 + 157 = 272 (100%)
R 88 of 272 ~ 32.35%
G 27 of 272 ~ 9.93%
B 157 of 272 ~ 57.72%

%32.35
%9.93
%57.72

CMYK color model

#581B9D color CMYK value is (44,83,0,38).

  • cyan value is 43.95%
  • magenta value is 82.80%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(44,83,0,38)
C44M83Y0K38 
(44%,83%,0%,38%)
(0.44/0.83/0.00/0.38)	

CMYK percentages

%43.95
%82.8
%0
%38.43

Codes

Color #581B9D in popluar color models

581B9D
RGB8827157
HSL268°70.65%36.08%
HSB/HSV268°82.80%61.57%
CMYK43.95%82.80%0.00%
38.43%

Color #581B9D in popluar number systems.

HEX581B9D
Decimal8827157
Binary10110001101110011101
Octal13033235

Shades and tints

Shades of #581B9D

#581B9D
(88,27,157)
#50198F
(80,25,143)
#481781
(72,23,129)
#401573
(64,21,115)
#381365
(56,19,101)
#301157
(48,17,87)
#280F49
(40,15,73)
#200D3B
(32,13,59)
#180B2D
(24,11,45)
#10091F
(16,9,31)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #581B9D

#581B9D
(88,27,157)
#672FA5
(103,47,165)
#7643AD
(118,67,173)
#8557B5
(133,87,181)
#946BBD
(148,107,189)
#A37FC5
(163,127,197)
#B293CD
(178,147,205)
#C1A7D5
(193,167,213)
#D0BBDD
(208,187,221)
#DFCFE5
(223,207,229)
#EEE3ED
(238,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581B9D color. Also use rgb(88,27,157) instead hex code.

Text Font Color

.myTextColor { color: #581B9D; }

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

This text font color is #581B9D.


Background Color

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

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

This div background color is #581B9D.


Border color

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

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

This div border color is #581B9D.


Opacity

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

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

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

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

This text has shadow with #581B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581B9D on black background.


Color preview on white background

This text has color #581B9D on white background.



Black color preview on #581B9D background

This text has black color on #581B9D background.


White color preview on #581B9D background

This text has white color on #581B9D background.