#580F81

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

Shades of Indigo #580F81

Tints of Indigo #580F81

Color information

#580F81 (or 0x580F81) is unknown color: approx Indigo. HEX triplet: 58, 0F and 81. RGB value is (88,15,129). Sum of RGB (Red+Green+Blue) = 88+15+129=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #580F81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580F81 is #A7F07E. Grayscale: #313131. Windows color (decimal): -11006079 or 8458072. OLE color: 8458072.

HSL color Cylindrical-coordinate representation of color #580F81: hue angle of 278.42º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580F81 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8815129-
CMYK0.320.8800.49
HSL278.42º79.17%28.24%-
HSV(B)278.42º88.37%50.59%-
XYZ8.16421.11-
YUV49.82172.68155.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 129 (50.78% from 255) = 55.60%
R=37.93%
G=6.47%
B=55.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88151290.320.8800.49278.4279.1728.24
Hex58F8120580311164f1c
Octal130172014013006142611734
Binary101100011111000000110000010110000110001100010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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