#580380

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

Shades of Indigo #580380

Tints of Indigo #580380

Color information

#580380 (or 0x580380) is unknown color: approx Indigo. HEX triplet: 58, 03 and 80. RGB value is (88,3,128). Sum of RGB (Red+Green+Blue) = 88+3+128=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #580380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580380 is #A7FC7F. Grayscale: #2A2A2A. Windows color (decimal): -11009152 or 8389464. OLE color: 8389464.

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

Color convert

RGB883128-
CMYK0.310.9800.50
HSL280.8º95.42%25.69%-
HSV(B)280.8º97.66%50.2%-
XYZ7.953.720.72-
YUV42.66176.16160.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 128 (50.39% from 255) = 58.45%
R=40.18%
G=1.37%
B=58.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8831280.310.9800.50280.895.4225.69
Hex583801F620321195f1a
Octal13032003714206243113732
Binary101100011100000001111111000100110010100011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580380; }

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

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

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

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

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

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

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

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