#580C9D

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

Shades of Indigo #580C9D

Tints of Indigo #580C9D

Color information

#580C9D (or 0x580C9D) is unknown color: approx Indigo. HEX triplet: 58, 0C and 9D. RGB value is (88,12,157). Sum of RGB (Red+Green+Blue) = 88+12+157=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #580C9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580C9D is #A7F362. Grayscale: #323232. Windows color (decimal): -11006819 or 10292312. OLE color: 10292312.

HSL color Cylindrical-coordinate representation of color #580C9D: hue angle of 271.45º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580C9D is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8812157-
CMYK0.440.9200.38
HSL271.45º85.8%33.14%-
HSV(B)271.45º92.36%61.57%-
XYZ10.244.7732.28-
YUV51.25187.68154.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=34.24%
G=4.67%
B=61.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88121570.440.9200.38271.4585.833.14
Hex58C9D2C5C02610f5621
Octal130142355413404641712641
Binary1011000110010011101101100101110001001101000011111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,12,157); }

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

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

 a { background-color: rgb(88,12,157); }

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

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

 span { border-color: rgb(88,12,157); }

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