COLOR #580BDD

HEX: #580BDD
RGB: (88,11,221)

Color info

#580BDD contains mainly blue color. Web safe color of #580BDD is #6600CC (or #60C).

RGB color model

#580BDD color RGB value is (88,11,221).

  • red value is 88;
  • green value is 11;
  • blue value is 221.
RGB:
(88,11,221)
(35%,4%,87%)

RGB channels and saturation

R 88 of 255 = 35%
G 11 of 255 = 4%
B 221 of 255 = 87%

88
11
221

R + G + B ~ 42%. #580BDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 11 + 221 = 320 (100%)
R 88 of 320 ~ 27.5%
G 11 of 320 ~ 3.44%
B 221 of 320 ~ 69.06%

%27.5
%69.06

CMYK color model

#580BDD color CMYK value is (60,95,0,13).

  • cyan value is 60.18%
  • magenta value is 95.02%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(60,95,0,13)
C60M95Y0K13 
(60%,95%,0%,13%)
(0.60/0.95/0.00/0.13)	

CMYK percentages

%60.18
%95.02
%0
%13.33

Codes

Color #580BDD in popluar color models

580BDD
RGB8811221
HSL262°90.52%45.49%
HSB/HSV262°95.02%86.67%
CMYK60.18%95.02%0.00%
13.33%

Color #580BDD in popluar number systems.

HEX580BDD
Decimal8811221
Binary1011000101111011101
Octal13013335

Shades and tints

Shades of #580BDD

#580BDD
(88,11,221)
#500AC9
(80,10,201)
#4809B5
(72,9,181)
#4008A1
(64,8,161)
#38078D
(56,7,141)
#300679
(48,6,121)
#280565
(40,5,101)
#200451
(32,4,81)
#18033D
(24,3,61)
#100229
(16,2,41)
#080115
(8,1,21)
#000000
(0,0,0)

Tints of #580BDD

#580BDD
(88,11,221)
#6721E0
(103,33,224)
#7637E3
(118,55,227)
#854DE6
(133,77,230)
#9463E9
(148,99,233)
#A379EC
(163,121,236)
#B28FEF
(178,143,239)
#C1A5F2
(193,165,242)
#D0BBF5
(208,187,245)
#DFD1F8
(223,209,248)
#EEE7FB
(238,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580BDD color. Also use rgb(88,11,221) instead hex code.

Text Font Color

.myTextColor { color: #580BDD; }

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

This text font color is #580BDD.


Background Color

.myBgColor { background-color: #580BDD; }

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

This div background color is #580BDD.


Border color

.myBorderColor { border: 1px solid #580BDD; }

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

This div border color is #580BDD.


Opacity

.myOpacity80 { color: #580BDD; opacity: 0.8; }

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

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

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

This text has shadow with #580BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580BDD on black background.


Color preview on white background

This text has color #580BDD on white background.



Black color preview on #580BDD background

This text has black color on #580BDD background.


White color preview on #580BDD background

This text has white color on #580BDD background.