#580686

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

Shades of Indigo #580686

Tints of Indigo #580686

Color information

#580686 (or 0x580686) is unknown color: approx Indigo. HEX triplet: 58, 06 and 86. RGB value is (88,6,134). Sum of RGB (Red+Green+Blue) = 88+6+134=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #580686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580686 is #A7F979. Grayscale: #2C2C2C. Windows color (decimal): -11008378 or 8783448. OLE color: 8783448.

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

Color convert

RGB886134-
CMYK0.340.9600.47
HSL278.44º91.43%27.45%-
HSV(B)278.44º95.52%52.55%-
XYZ8.393.9322.87-
YUV45.11178.17158.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 134 (52.73% from 255) = 58.77%
R=38.60%
G=2.63%
B=58.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8861340.340.9600.47278.4491.4327.45
Hex58686226002F1165b1b
Octal13062064214005742613333
Binary10110001101000011010001011000000101111100010110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580686; }

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

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

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

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

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

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

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

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