#580386

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

Shades of Indigo #580386

Tints of Indigo #580386

Color information

#580386 (or 0x580386) is unknown color: approx Indigo. HEX triplet: 58, 03 and 86. RGB value is (88,3,134). Sum of RGB (Red+Green+Blue) = 88+3+134=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #580386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580386 is #A7FC79. Grayscale: #2A2A2A. Windows color (decimal): -11009146 or 8782680. OLE color: 8782680.

HSL color Cylindrical-coordinate representation of color #580386: hue angle of 278.93º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580386 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB883134-
CMYK0.340.9800.47
HSL278.93º95.62%26.86%-
HSV(B)278.93º97.76%52.55%-
XYZ8.363.8622.86-
YUV43.35179.16159.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=39.11%
G=1.33%
B=59.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8831340.340.9800.47278.9395.6226.86
Hex58386226202F117601b
Octal13032064214205742714033
Binary1011000111000011010001011000100101111100010111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580386; }

 p { color: rgb(88,3,134); }

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

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

 a { background-color: rgb(88,3,134); }

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

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

 span { border-color: rgb(88,3,134); }

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