#580B73

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

Shades of Indigo #580B73

Tints of Indigo #580B73

Color information

#580B73 (or 0x580B73) is unknown color: approx Indigo. HEX triplet: 58, 0B and 73. RGB value is (88,11,115). Sum of RGB (Red+Green+Blue) = 88+11+115=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #580B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B73 is #A7F48C. Grayscale: #2D2D2D. Windows color (decimal): -11007117 or 7539544. OLE color: 7539544.

HSL color Cylindrical-coordinate representation of color #580B73: hue angle of 284.42º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580B73 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8811115-
CMYK0.230.9000.55
HSL284.42º82.54%24.71%-
HSV(B)284.42º90.43%45.1%-
XYZ7.243.5516.52-
YUV45.88167.01158.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=41.12%
G=5.14%
B=53.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88111150.230.9000.55284.4282.5424.71
Hex58B73175A03711c5319
Octal130131632713206743412331
Binary1011000101111100111011110110100110111100011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,11,115); }

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

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

 a { background-color: rgb(88,11,115); }

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

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

 span { border-color: rgb(88,11,115); }

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