#580D92

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

Shades of Indigo #580D92

Tints of Indigo #580D92

Color information

#580D92 (or 0x580D92) is unknown color: approx Indigo. HEX triplet: 58, 0D and 92. RGB value is (88,13,146). Sum of RGB (Red+Green+Blue) = 88+13+146=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #580D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580D92 is #A7F26D. Grayscale: #323232. Windows color (decimal): -11006574 or 9571672. OLE color: 9571672.

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

Color convert

RGB8813146-
CMYK0.400.9100.43
HSL273.83º83.65%31.18%-
HSV(B)273.83º91.1%57.25%-
XYZ9.364.4427.56-
YUV50.59181.85154.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=35.63%
G=5.26%
B=59.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88131460.400.9100.43273.8383.6531.18
Hex58D92285B02B112541f
Octal130152225013305342212437
Binary101100011011001001010100010110110101011100010010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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