COLOR #581F7B

HEX: #581F7B RGB: (88,31,123)

Color info

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

RGB color model

#581F7B color RGB value is (88,31,123).

RGB: (88,31,123) (35%, 12%, 48%)

RGB channels and saturation

R 88 of 255 = 35%
G 31 of 255 = 12%
B 123 of 255 = 48%

88
31
123

R + G + B ~ 32%. #581F7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 31 + 123 = 242 (100%)
R 88 of 242 ~ 36.36%
G 31 of 242 ~ 12.81%
B 123 of 242 ~ 50.83'%

%36.36
%12.81
%50.83

CMYK color model

#581F7B color CMYK value is (28,75,0,52).

  • cyan value is 28.46%
  • magenta value is 74.80%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (28,75,0,52)
C28M75Y0K52 (28%, 75%, 0%, 52%)
(0.28 / 0.75 / 0.00 / 0.52)

CMYK percentages

%28.46
%74.8
%0
%51.76

Codes

Color #581F7B in popluar color models

58 1F 7B
RGB 88 31 123
HSL 277° 59.74% 30.20%
HSB/HSV 277° 74.80% 48.24%
CMYK 28.46% 74.80% 0.00%
51.76%

Color #581F7B in popluar number systems.

HEX 58 1F 7B
Decimal 88 31 123
Binary 1011000 11111 1111011
Octal 130 37 173

Shades and tints

Shades of #581F7B

#581F7B
(88,31,123)
#501D70
(80,29,112)
#481B65
(72,27,101)
#40195A
(64,25,90)
#38174F
(56,23,79)
#301544
(48,21,68)
#281339
(40,19,57)
#20112E
(32,17,46)
#180F23
(24,15,35)
#100D18
(16,13,24)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #581F7B

#581F7B
(88,31,123)
#673387
(103,51,135)
#764793
(118,71,147)
#855B9F
(133,91,159)
#946FAB
(148,111,171)
#A383B7
(163,131,183)
#B297C3
(178,151,195)
#C1ABCF
(193,171,207)
#D0BFDB
(208,191,219)
#DFD3E7
(223,211,231)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581F7B; }

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

This text font color is #581F7B.

Background Color

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

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

This div background color is #581F7B.

Border color

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

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

This div border color is #581F7B.

Opacity

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

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

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

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

This text has shadow with #581F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #581F7B.

Preview

Color preview on black background

This text has color #581F7B on black background.


Color preview on white background

This text has color #581F7B on white background.


Black color preview on #581F7B background

This text has black color on #581F7B background.


White color preview on #581F7B background

This text has white color on #581F7B background.


Related colors

Complementary color

Complementary color for #hex is #A7E084.


I love getcolorcode.com

Triadic colors

1 #7B581F and #1F7B58 with #581F7B are triadic colors.

2 #7B1F58 and #1F587B with #581F7B are triadic colors.