#580780

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

Shades of Indigo #580780

Tints of Indigo #580780

Color information

#580780 (or 0x580780) is unknown color: approx Indigo. HEX triplet: 58, 07 and 80. RGB value is (88,7,128). Sum of RGB (Red+Green+Blue) = 88+7+128=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #580780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580780 is #A7F87F. Grayscale: #2C2C2C. Windows color (decimal): -11008128 or 8390488. OLE color: 8390488.

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

Color convert

RGB887128-
CMYK0.310.9500.50
HSL280.17º89.63%26.47%-
HSV(B)280.17º94.53%50.2%-
XYZ83.7920.73-
YUV45.01174.84158.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 7 (3.12% from 255) = 3.14%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=39.46%
G=3.14%
B=57.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8871280.310.9500.50280.1789.6326.47
Hex587801F5F0321185a1a
Octal13072003713706243013232
Binary1011000111100000001111110111110110010100011000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580780; }

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

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

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

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

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

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

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

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