#580777

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

Shades of Indigo #580777

Tints of Indigo #580777

Color information

#580777 (or 0x580777) is unknown color: approx Indigo. HEX triplet: 58, 07 and 77. RGB value is (88,7,119). Sum of RGB (Red+Green+Blue) = 88+7+119=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #580777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580777 is #A7F888. Grayscale: #2B2B2B. Windows color (decimal): -11008137 or 7800664. OLE color: 7800664.

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

Color convert

RGB887119-
CMYK0.260.9400.53
HSL283.39º88.89%24.71%-
HSV(B)283.39º94.12%46.67%-
XYZ7.433.5617.75-
YUV43.99170.34159.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=41.12%
G=3.27%
B=55.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8871190.260.9400.53283.3988.8924.71
Hex587771A5E03511b5919
Octal13071673213606543313131
Binary101100011111101111101010111100110101100011011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580777; }

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

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

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

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

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

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

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

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