#580773

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

Shades of Indigo #580773

Tints of Indigo #580773

Color information

#580773 (or 0x580773) is unknown color: approx Indigo. HEX triplet: 58, 07 and 73. RGB value is (88,7,115). Sum of RGB (Red+Green+Blue) = 88+7+115=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #580773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580773 is #A7F88C. Grayscale: #2B2B2B. Windows color (decimal): -11008141 or 7538520. OLE color: 7538520.

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

Color convert

RGB887115-
CMYK0.230.9400.55
HSL285º88.52%23.92%-
HSV(B)285º93.91%45.1%-
XYZ7.193.4616.51-
YUV43.53168.34159.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=41.90%
G=3.33%
B=54.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8871150.230.9400.5528588.5223.92
Hex58773175E03711d5918
Octal13071632713606743513130
Binary101100011111100111011110111100110111100011101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580773; }

 p { color: rgb(88,7,115); }

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

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

 a { background-color: rgb(88,7,115); }

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

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

 span { border-color: rgb(88,7,115); }

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