COLOR #580361

HEX: #580361
RGB: (88,3,97)

Color info

#580361 contains mainly red and blue colors. Web safe color of #580361 is #660066 (or #606).

RGB color model

#580361 color RGB value is (88,3,97).

  • red value is 88;
  • green value is 3;
  • blue value is 97.
RGB:
(88,3,97)
(35%,1%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 3 of 255 = 1%
B 97 of 255 = 38%

88
3
97

R + G + B ~ 25%. #580361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 3 + 97 = 188 (100%)
R 88 of 188 ~ 46.81%
G 3 of 188 ~ 1.6%
B 97 of 188 ~ 51.6%

%46.81
%51.6

CMYK color model

#580361 color CMYK value is (9,97,0,62).

  • cyan value is 9.28%
  • magenta value is 96.91%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(9,97,0,62)
C9M97Y0K62 
(9%,97%,0%,62%)
(0.09/0.97/0.00/0.62)	

CMYK percentages

%9.28
%96.91
%0
%61.96

Codes

Color #580361 in popluar color models

580361
RGB88397
HSL294°94.00%19.61%
HSB/HSV294°96.91%38.04%
CMYK9.28%96.91%0.00%
61.96%

Color #580361 in popluar number systems.

HEX580361
Decimal88397
Binary1011000111100001
Octal1303141

Shades and tints

Shades of #580361

#580361
(88,3,97)
#500359
(80,3,89)
#480351
(72,3,81)
#400349
(64,3,73)
#380341
(56,3,65)
#300339
(48,3,57)
#280331
(40,3,49)
#200329
(32,3,41)
#180321
(24,3,33)
#100319
(16,3,25)
#080311
(8,3,17)
#000000
(0,0,0)

Tints of #580361

#580361
(88,3,97)
#67196F
(103,25,111)
#762F7D
(118,47,125)
#85458B
(133,69,139)
#945B99
(148,91,153)
#A371A7
(163,113,167)
#B287B5
(178,135,181)
#C19DC3
(193,157,195)
#D0B3D1
(208,179,209)
#DFC9DF
(223,201,223)
#EEDFED
(238,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580361 color. Also use rgb(88,3,97) instead hex code.

Text Font Color

.myTextColor { color: #580361; }

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

This text font color is #580361.


Background Color

.myBgColor { background-color: #580361; }

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

This div background color is #580361.


Border color

.myBorderColor { border: 1px solid #580361; }

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

This div border color is #580361.


Opacity

.myOpacity80 { color: #580361; opacity: 0.8; }

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

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

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

This text has shadow with #580361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580361 on black background.


Color preview on white background

This text has color #580361 on white background.



Black color preview on #580361 background

This text has black color on #580361 background.


White color preview on #580361 background

This text has white color on #580361 background.