#580080

Color #580080 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #580080

Tints of Indigo #580080

Color information

#580080 (or 0x580080) is unknown color: approx Indigo. HEX triplet: 58, 00 and 80. RGB value is (88,0,128). Sum of RGB (Red+Green+Blue) = 88+0+128=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #580080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580080 is #A7FF7F. Grayscale: #282828. Windows color (decimal): -11009920 or 8388696. OLE color: 8388696.

HSL color Cylindrical-coordinate representation of color #580080: hue angle of 281.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580080 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB880128-
CMYK0.31100.50
HSL281.25º100%25.1%-
HSV(B)281.25º100%50.2%-
XYZ7.923.6320.71-
YUV40.9177.15161.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 59.26%
R=40.74%
G=0%
B=59.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8801280.31100.50281.2510025.1
Hex580801F640321196419
Octal13002003714406243114431
Binary10110000100000001111111001000110010100011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580080; }

 p { color: rgb(88,0,128); }

 H1.HeaderClassName
 {
   color: #580080;
 }
 .AnyTagClassName
 {
   color: #580080;
 }
</style>
background-color css

<style>
 a { background-color: #580080; }

 a { background-color: rgb(88,0,128); }

 div.DivClassName
 {
   background-color: #580080;
 }
 .BgClassName
 {
   background-color: #580080;
 }
</style>
border-color css

<style>
 span { border-color: #580080; }

 span { border-color: rgb(88,0,128); }

 td.TdClassName
 {
   border-color: #580080;
 }
 .TagClassName
 {
   border-color: #580080;
 }
</style>