#580687

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

Shades of Indigo #580687

Tints of Indigo #580687

Color information

#580687 (or 0x580687) is unknown color: approx Indigo. HEX triplet: 58, 06 and 87. RGB value is (88,6,135). Sum of RGB (Red+Green+Blue) = 88+6+135=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #580687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580687 is #A7F978. Grayscale: #2C2C2C. Windows color (decimal): -11008377 or 8848984. OLE color: 8848984.

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

Color convert

RGB886135-
CMYK0.350.9600.47
HSL278.14º91.49%27.65%-
HSV(B)278.14º95.56%52.94%-
XYZ8.463.9523.24-
YUV45.22178.67158.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=38.43%
G=2.62%
B=58.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8861350.350.9600.47278.1491.4927.65
Hex58687236002F1165b1c
Octal13062074314005742613334
Binary10110001101000011110001111000000101111100010110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580687; }

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

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

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

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

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

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

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

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