#580087

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

Shades of Indigo #580087

Tints of Indigo #580087

Color information

#580087 (or 0x580087) is unknown color: approx Indigo. HEX triplet: 58, 00 and 87. RGB value is (88,0,135). Sum of RGB (Red+Green+Blue) = 88+0+135=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #580087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580087 is #A7FF78. Grayscale: #292929. Windows color (decimal): -11009913 or 8847448. OLE color: 8847448.

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

Color convert

RGB880135-
CMYK0.35100.47
HSL279.11º100%26.47%-
HSV(B)279.11º100%52.94%-
XYZ8.43.8223.22-
YUV41.7180.65161.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 60.54%
R=39.46%
G=0%
B=60.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8801350.35100.47279.1110026.47
Hex58087236402F117641a
Octal13002074314405742714432
Binary101100001000011110001111001000101111100010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580087; }

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

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

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

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

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

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

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

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