COLOR #58219C

HEX: #58219C
RGB: (88,33,156)

Color info

#58219C contains mainly blue color. Web safe color of #58219C is #663399 (or #639).

RGB color model

#58219C color RGB value is (88,33,156).

  • red value is 88;
  • green value is 33;
  • blue value is 156.
RGB:
(88,33,156)
(35%,13%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 33 of 255 = 13%
B 156 of 255 = 61%

88
33
156

R + G + B ~ 36%. #58219C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 33 + 156 = 277 (100%)
R 88 of 277 ~ 31.77%
G 33 of 277 ~ 11.91%
B 156 of 277 ~ 56.32%

%31.77
%11.91
%56.32

CMYK color model

#58219C color CMYK value is (44,79,0,39).

  • cyan value is 43.59%
  • magenta value is 78.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(44,79,0,39)
C44M79Y0K39 
(44%,79%,0%,39%)
(0.44/0.79/0.00/0.39)	

CMYK percentages

%43.59
%78.85
%0
%38.82

Codes

Color #58219C in popluar color models

58219C
RGB8833156
HSL267°65.08%37.06%
HSB/HSV267°78.85%61.18%
CMYK43.59%78.85%0.00%
38.82%

Color #58219C in popluar number systems.

HEX58219C
Decimal8833156
Binary101100010000110011100
Octal13041234

Shades and tints

Shades of #58219C

#58219C
(88,33,156)
#501E8E
(80,30,142)
#481B80
(72,27,128)
#401872
(64,24,114)
#381564
(56,21,100)
#301256
(48,18,86)
#280F48
(40,15,72)
#200C3A
(32,12,58)
#18092C
(24,9,44)
#10061E
(16,6,30)
#080310
(8,3,16)
#000000
(0,0,0)

Tints of #58219C

#58219C
(88,33,156)
#6735A5
(103,53,165)
#7649AE
(118,73,174)
#855DB7
(133,93,183)
#9471C0
(148,113,192)
#A385C9
(163,133,201)
#B299D2
(178,153,210)
#C1ADDB
(193,173,219)
#D0C1E4
(208,193,228)
#DFD5ED
(223,213,237)
#EEE9F6
(238,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58219C color. Also use rgb(88,33,156) instead hex code.

Text Font Color

.myTextColor { color: #58219C; }

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

This text font color is #58219C.


Background Color

.myBgColor { background-color: #58219C; }

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

This div background color is #58219C.


Border color

.myBorderColor { border: 1px solid #58219C; }

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

This div border color is #58219C.


Opacity

.myOpacity80 { color: #58219C; opacity: 0.8; }

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

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

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

This text has shadow with #58219C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58219C on black background.


Color preview on white background

This text has color #58219C on white background.



Black color preview on #58219C background

This text has black color on #58219C background.


White color preview on #58219C background

This text has white color on #58219C background.