#580A70

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

Shades of Indigo #580A70

Tints of Indigo #580A70

Color information

#580A70 (or 0x580A70) is unknown color: approx Indigo. HEX triplet: 58, 0A and 70. RGB value is (88,10,112). Sum of RGB (Red+Green+Blue) = 88+10+112=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #580A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A70 is #A7F58F. Grayscale: #2C2C2C. Windows color (decimal): -11007376 or 7342680. OLE color: 7342680.

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

Color convert

RGB8810112-
CMYK0.210.9100.56
HSL285.88º83.61%23.92%-
HSV(B)285.88º91.07%43.92%-
XYZ7.063.4615.63-
YUV44.95165.84158.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 112 (44.14% from 255) = 53.33%
R=41.90%
G=4.76%
B=53.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88101120.210.9100.56285.8883.6123.92
Hex58A70155B03811e5418
Octal130121602513307043612430
Binary1011000101011100001010110110110111000100011110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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