#580572

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

Shades of Indigo #580572

Tints of Indigo #580572

Color information

#580572 (or 0x580572) is unknown color: approx Indigo. HEX triplet: 58, 05 and 72. RGB value is (88,5,114). Sum of RGB (Red+Green+Blue) = 88+5+114=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #580572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580572 is #A7FA8D. Grayscale: #292929. Windows color (decimal): -11008654 or 7472472. OLE color: 7472472.

HSL color Cylindrical-coordinate representation of color #580572: hue angle of 285.69º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580572 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB885114-
CMYK0.230.9600.55
HSL285.69º91.6%23.33%-
HSV(B)285.69º95.61%44.71%-
XYZ7.123.416.2-
YUV42.24168.5160.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=42.51%
G=2.42%
B=55.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8851140.230.9600.55285.6991.623.33
Hex58572176003711e5c17
Octal13051622714006743613427
Binary101100010111100101011111000000110111100011110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580572; }

 p { color: rgb(88,5,114); }

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

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

 a { background-color: rgb(88,5,114); }

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

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

 span { border-color: rgb(88,5,114); }

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