#580F86

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

Shades of Indigo #580F86

Tints of Indigo #580F86

Color information

#580F86 (or 0x580F86) is unknown color: approx Indigo. HEX triplet: 58, 0F and 86. RGB value is (88,15,134). Sum of RGB (Red+Green+Blue) = 88+15+134=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #580F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F86 is #A7F079. Grayscale: #313131. Windows color (decimal): -11006074 or 8785752. OLE color: 8785752.

HSL color Cylindrical-coordinate representation of color #580F86: hue angle of 276.81º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580F86 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8815134-
CMYK0.340.8900.47
HSL276.81º79.87%29.22%-
HSV(B)276.81º88.81%52.55%-
XYZ8.54.1422.9-
YUV50.39175.18154.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=37.13%
G=6.33%
B=56.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88151340.340.8900.47276.8179.8729.22
Hex58F86225902F115501d
Octal130172064213105742512035
Binary101100011111000011010001010110010101111100010101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580F86; }

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

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

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

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

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

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

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

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