COLOR #582F82

HEX: #582F82
RGB: (88,47,130)

Color info

#582F82 contains mainly red and blue colors. Web safe color of #582F82 is #663399 (or #639).

RGB color model

#582F82 color RGB value is (88,47,130).

  • red value is 88;
  • green value is 47;
  • blue value is 130.
RGB:
(88,47,130)
(35%,18%,51%)

RGB channels and saturation

R 88 of 255 = 35%
G 47 of 255 = 18%
B 130 of 255 = 51%

88
47
130

R + G + B ~ 35%. #582F82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 47 + 130 = 265 (100%)
R 88 of 265 ~ 33.21%
G 47 of 265 ~ 17.74%
B 130 of 265 ~ 49.06%

%33.21
%17.74
%49.06

CMYK color model

#582F82 color CMYK value is (32,64,0,49).

  • cyan value is 32.31%
  • magenta value is 63.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(32,64,0,49)
C32M64Y0K49 
(32%,64%,0%,49%)
(0.32/0.64/0.00/0.49)	

CMYK percentages

%32.31
%63.85
%0
%49.02

Codes

Color #582F82 in popluar color models

582F82
RGB8847130
HSL270°46.89%34.71%
HSB/HSV270°63.85%50.98%
CMYK32.31%63.85%0.00%
49.02%

Color #582F82 in popluar number systems.

HEX582F82
Decimal8847130
Binary101100010111110000010
Octal13057202

Shades and tints

Shades of #582F82

#582F82
(88,47,130)
#502B77
(80,43,119)
#48276C
(72,39,108)
#402361
(64,35,97)
#381F56
(56,31,86)
#301B4B
(48,27,75)
#281740
(40,23,64)
#201335
(32,19,53)
#180F2A
(24,15,42)
#100B1F
(16,11,31)
#080714
(8,7,20)
#000000
(0,0,0)

Tints of #582F82

#582F82
(88,47,130)
#67418D
(103,65,141)
#765398
(118,83,152)
#8565A3
(133,101,163)
#9477AE
(148,119,174)
#A389B9
(163,137,185)
#B29BC4
(178,155,196)
#C1ADCF
(193,173,207)
#D0BFDA
(208,191,218)
#DFD1E5
(223,209,229)
#EEE3F0
(238,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582F82 color. Also use rgb(88,47,130) instead hex code.

Text Font Color

.myTextColor { color: #582F82; }

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

This text font color is #582F82.


Background Color

.myBgColor { background-color: #582F82; }

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

This div background color is #582F82.


Border color

.myBorderColor { border: 1px solid #582F82; }

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

This div border color is #582F82.


Opacity

.myOpacity80 { color: #582F82; opacity: 0.8; }

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

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

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

This text has shadow with #582F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582F82 on black background.


Color preview on white background

This text has color #582F82 on white background.



Black color preview on #582F82 background

This text has black color on #582F82 background.


White color preview on #582F82 background

This text has white color on #582F82 background.