#580E92

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

Shades of Indigo #580E92

Tints of Indigo #580E92

Color information

#580E92 (or 0x580E92) is unknown color: approx Indigo. HEX triplet: 58, 0E and 92. RGB value is (88,14,146). Sum of RGB (Red+Green+Blue) = 88+14+146=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #580E92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580E92 is #A7F16D. Grayscale: #323232. Windows color (decimal): -11006318 or 9571928. OLE color: 9571928.

HSL color Cylindrical-coordinate representation of color #580E92: hue angle of 273.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580E92 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8814146-
CMYK0.400.9000.43
HSL273.64º82.5%31.37%-
HSV(B)273.64º90.41%57.25%-
XYZ9.374.4627.56-
YUV51.17181.52154.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=35.48%
G=5.65%
B=58.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88141460.400.9000.43273.6482.531.37
Hex58E92285A02B112521f
Octal130162225013205342212237
Binary101100011101001001010100010110100101011100010010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,14,146); }

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

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

 a { background-color: rgb(88,14,146); }

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

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

 span { border-color: rgb(88,14,146); }

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