#580887

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

Shades of Indigo #580887

Tints of Indigo #580887

Color information

#580887 (or 0x580887) is unknown color: approx Indigo. HEX triplet: 58, 08 and 87. RGB value is (88,8,135). Sum of RGB (Red+Green+Blue) = 88+8+135=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #580887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580887 is #A7F778. Grayscale: #2D2D2D. Windows color (decimal): -11007865 or 8849496. OLE color: 8849496.

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

Color convert

RGB888135-
CMYK0.350.9400.47
HSL277.8º88.81%28.04%-
HSV(B)277.8º94.07%52.94%-
XYZ8.48423.25-
YUV46.4178157.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=38.10%
G=3.46%
B=58.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8881350.350.9400.47277.888.8128.04
Hex58887235E02F116591c
Octal130102074313605742613134
Binary101100010001000011110001110111100101111100010110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580887; }

 p { color: rgb(88,8,135); }

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

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

 a { background-color: rgb(88,8,135); }

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

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

 span { border-color: rgb(88,8,135); }

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