#580c8c

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

Shades of Indigo #580C8C

Tints of Indigo #580C8C

Color information

#580C8C (or 0x580C8C) is unknown color: approx Indigo. HEX triplet: 58, 0C and 8C. RGB value is (88,12,140). Sum of RGB (Red+Green+Blue) = 88+12+140=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #580C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580C8C is #A7F373. Grayscale: #303030. Windows color (decimal): -11006836 or 9178200. OLE color: 9178200.

HSL color Cylindrical-coordinate representation of color #580C8C: hue angle of 275.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580C8C is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8812140-
CMYK0.370.9100.45
HSL275.62º84.21%29.8%-
HSV(B)275.62º91.43%54.9%-
XYZ8.894.2325.16-
YUV49.32179.18155.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 140 (55.08% from 255) = 58.33%
R=36.67%
G=5%
B=58.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88121400.370.9100.45275.6284.2129.8
Hex58C8C255B02D114541e
Octal130142144513305542412436
Binary101100011001000110010010110110110101101100010100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,12,140); }

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

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

 a { background-color: rgb(88,12,140); }

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

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

 span { border-color: rgb(88,12,140); }

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