#580473

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

Shades of Indigo #580473

Tints of Indigo #580473

Color information

#580473 (or 0x580473) is unknown color: approx Indigo. HEX triplet: 58, 04 and 73. RGB value is (88,4,115). Sum of RGB (Red+Green+Blue) = 88+4+115=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #580473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580473 is #A7FB8C. Grayscale: #292929. Windows color (decimal): -11008909 or 7537752. OLE color: 7537752.

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

Color convert

RGB884115-
CMYK0.230.9700.55
HSL285.41º93.28%23.33%-
HSV(B)285.41º96.52%45.1%-
XYZ7.163.416.5-
YUV41.77169.33160.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=42.51%
G=1.93%
B=55.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8841150.230.9700.55285.4193.2823.33
Hex58473176103711d5d17
Octal13041632714106743513527
Binary101100010011100111011111000010110111100011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580473; }

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

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

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

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

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

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

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

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