#580176

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

Shades of Indigo #580176

Tints of Indigo #580176

Color information

#580176 (or 0x580176) is unknown color: approx Indigo. HEX triplet: 58, 01 and 76. RGB value is (88,1,118). Sum of RGB (Red+Green+Blue) = 88+1+118=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #580176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580176 is #A7FE89. Grayscale: #272727. Windows color (decimal): -11009674 or 7733592. OLE color: 7733592.

HSL color Cylindrical-coordinate representation of color #580176: hue angle of 284.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580176 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB881118-
CMYK0.250.9900.54
HSL284.62º98.32%23.33%-
HSV(B)284.62º99.15%46.27%-
XYZ7.313.417.41-
YUV40.35171.82161.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=42.51%
G=0.48%
B=57.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8811180.250.9900.54284.6298.3223.33
Hex58176196303611d6217
Octal13011663114306643514227
Binary1011000111101101100111000110110110100011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580176; }

 p { color: rgb(88,1,118); }

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

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

 a { background-color: rgb(88,1,118); }

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

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

 span { border-color: rgb(88,1,118); }

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