#580471

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

Shades of Indigo #580471

Tints of Indigo #580471

Color information

#580471 (or 0x580471) is unknown color: approx Indigo. HEX triplet: 58, 04 and 71. RGB value is (88,4,113). Sum of RGB (Red+Green+Blue) = 88+4+113=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #580471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580471 is #A7FB8E. Grayscale: #292929. Windows color (decimal): -11008911 or 7406680. OLE color: 7406680.

HSL color Cylindrical-coordinate representation of color #580471: hue angle of 286.24º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580471 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB884113-
CMYK0.220.9600.56
HSL286.24º93.16%22.94%-
HSV(B)286.24º96.46%44.31%-
XYZ7.053.3515.9-
YUV41.54168.33161.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=42.93%
G=1.95%
B=55.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8841130.220.9600.56286.2493.1622.94
Hex58471166003811e5d17
Octal13041612614007043613527
Binary101100010011100011011011000000111000100011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580471; }

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

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

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

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

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

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

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

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