#580C77

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

Shades of Indigo #580C77

Tints of Indigo #580C77

Color information

#580C77 (or 0x580C77) is unknown color: approx Indigo. HEX triplet: 58, 0C and 77. RGB value is (88,12,119). Sum of RGB (Red+Green+Blue) = 88+12+119=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #580C77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C77 is #A7F388. Grayscale: #2E2E2E. Windows color (decimal): -11006857 or 7801944. OLE color: 7801944.

HSL color Cylindrical-coordinate representation of color #580C77: hue angle of 282.62º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580C77 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8812119-
CMYK0.260.9000.53
HSL282.62º81.68%25.69%-
HSV(B)282.62º89.92%46.67%-
XYZ7.493.6717.77-
YUV46.92168.68157.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=40.18%
G=5.48%
B=54.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88121190.260.9000.53282.6281.6825.69
Hex58C771A5A03511b521a
Octal130141673213206543312232
Binary1011000110011101111101010110100110101100011011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580C77; }

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

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

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

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

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

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

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

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