#580C70

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

Shades of Indigo #580C70

Tints of Indigo #580C70

Color information

#580C70 (or 0x580C70) is unknown color: approx Indigo. HEX triplet: 58, 0C and 70. RGB value is (88,12,112). Sum of RGB (Red+Green+Blue) = 88+12+112=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #580C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C70 is #A7F38F. Grayscale: #2D2D2D. Windows color (decimal): -11006864 or 7343192. OLE color: 7343192.

HSL color Cylindrical-coordinate representation of color #580C70: hue angle of 285.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580C70 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8812112-
CMYK0.210.8900.56
HSL285.6º80.65%24.31%-
HSV(B)285.6º89.29%43.92%-
XYZ7.083.5115.63-
YUV46.12165.18157.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 12 (5.08% from 255) = 5.66%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=41.51%
G=5.66%
B=52.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88121120.210.8900.56285.680.6524.31
Hex58C70155903811e5118
Octal130141602513107043612130
Binary1011000110011100001010110110010111000100011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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