#58088A

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

Shades of Indigo #58088A

Tints of Indigo #58088A

Color information

#58088A (or 0x58088A) is unknown color: approx Indigo. HEX triplet: 58, 08 and 8A. RGB value is (88,8,138). Sum of RGB (Red+Green+Blue) = 88+8+138=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #58088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58088A is #A7F775. Grayscale: #2E2E2E. Windows color (decimal): -11007862 or 9046104. OLE color: 9046104.

HSL color Cylindrical-coordinate representation of color #58088A: hue angle of 276.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58088A is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB888138-
CMYK0.360.9400.46
HSL276.92º89.04%28.63%-
HSV(B)276.92º94.2%54.12%-
XYZ8.74.0824.37-
YUV46.74179.5157.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 138 (54.30% from 255) = 58.97%
R=37.61%
G=3.42%
B=58.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8881380.360.9400.46276.9289.0428.63
Hex5888A245E02E115591d
Octal130102124413605642513135
Binary101100010001000101010010010111100101110100010101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58088A; }

 p { color: rgb(88,8,138); }

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

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

 a { background-color: rgb(88,8,138); }

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

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

 span { border-color: rgb(88,8,138); }

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