COLOR #582DA1

HEX: #582DA1
RGB: (88,45,161)

Color info

#582DA1 contains mainly blue color. Web safe color of #582DA1 is #663399 (or #639).

RGB color model

#582DA1 color RGB value is (88,45,161).

  • red value is 88;
  • green value is 45;
  • blue value is 161.
RGB:
(88,45,161)
(35%,18%,63%)

RGB channels and saturation

R 88 of 255 = 35%
G 45 of 255 = 18%
B 161 of 255 = 63%

88
45
161

R + G + B ~ 39%. #582DA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 45 + 161 = 294 (100%)
R 88 of 294 ~ 29.93%
G 45 of 294 ~ 15.31%
B 161 of 294 ~ 54.76%

%29.93
%15.31
%54.76

CMYK color model

#582DA1 color CMYK value is (45,72,0,37).

  • cyan value is 45.34%
  • magenta value is 72.05%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(45,72,0,37)
C45M72Y0K37 
(45%,72%,0%,37%)
(0.45/0.72/0.00/0.37)	

CMYK percentages

%45.34
%72.05
%0
%36.86

Codes

Color #582DA1 in popluar color models

582DA1
RGB8845161
HSL262°56.31%40.39%
HSB/HSV262°72.05%63.14%
CMYK45.34%72.05%0.00%
36.86%

Color #582DA1 in popluar number systems.

HEX582DA1
Decimal8845161
Binary101100010110110100001
Octal13055241

Shades and tints

Shades of #582DA1

#582DA1
(88,45,161)
#502993
(80,41,147)
#482585
(72,37,133)
#402177
(64,33,119)
#381D69
(56,29,105)
#30195B
(48,25,91)
#28154D
(40,21,77)
#20113F
(32,17,63)
#180D31
(24,13,49)
#100923
(16,9,35)
#080515
(8,5,21)
#000000
(0,0,0)

Tints of #582DA1

#582DA1
(88,45,161)
#6740A9
(103,64,169)
#7653B1
(118,83,177)
#8566B9
(133,102,185)
#9479C1
(148,121,193)
#A38CC9
(163,140,201)
#B29FD1
(178,159,209)
#C1B2D9
(193,178,217)
#D0C5E1
(208,197,225)
#DFD8E9
(223,216,233)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582DA1 color. Also use rgb(88,45,161) instead hex code.

Text Font Color

.myTextColor { color: #582DA1; }

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

This text font color is #582DA1.


Background Color

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

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

This div background color is #582DA1.


Border color

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

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

This div border color is #582DA1.


Opacity

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

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

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

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

This text has shadow with #582DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582DA1 on black background.


Color preview on white background

This text has color #582DA1 on white background.



Black color preview on #582DA1 background

This text has black color on #582DA1 background.


White color preview on #582DA1 background

This text has white color on #582DA1 background.