#580a8a

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

Shades of Indigo #580A8A

Tints of Indigo #580A8A

Color information

#580A8A (or 0x580A8A) is unknown color: approx Indigo. HEX triplet: 58, 0A and 8A. RGB value is (88,10,138). Sum of RGB (Red+Green+Blue) = 88+10+138=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #580A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580A8A is #A7F575. Grayscale: #2F2F2F. Windows color (decimal): -11007350 or 9046616. OLE color: 9046616.

HSL color Cylindrical-coordinate representation of color #580A8A: hue angle of 276.56º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580A8A is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8810138-
CMYK0.360.9300.46
HSL276.56º86.49%29.02%-
HSV(B)276.56º92.75%54.12%-
XYZ8.724.1324.38-
YUV47.91178.84156.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 10 (4.30% from 255) = 4.24%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=37.29%
G=4.24%
B=58.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88101380.360.9300.46276.5686.4929.02
Hex58A8A245D02E115561d
Octal130122124413505642512635
Binary101100010101000101010010010111010101110100010101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580a8a; }

 p { color: rgb(88,10,138); }

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

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

 a { background-color: rgb(88,10,138); }

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

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

 span { border-color: rgb(88,10,138); }

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