#580177

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

Shades of Indigo #580177

Tints of Indigo #580177

Color information

#580177 (or 0x580177) is unknown color: approx Indigo. HEX triplet: 58, 01 and 77. RGB value is (88,1,119). Sum of RGB (Red+Green+Blue) = 88+1+119=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #580177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580177 is #A7FE88. Grayscale: #282828. Windows color (decimal): -11009673 or 7799128. OLE color: 7799128.

HSL color Cylindrical-coordinate representation of color #580177: hue angle of 284.24º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580177 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB881119-
CMYK0.260.9900.53
HSL284.24º98.33%23.53%-
HSV(B)284.24º99.16%46.67%-
XYZ7.373.4317.73-
YUV40.46172.32161.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=42.31%
G=0.48%
B=57.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8811190.260.9900.53284.2498.3323.53
Hex581771A6303511c6218
Octal13011673214306543414230
Binary1011000111101111101011000110110101100011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580177; }

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

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

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

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

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

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

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

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