#58078A

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

Shades of Indigo #58078A

Tints of Indigo #58078A

Color information

#58078A (or 0x58078A) is unknown color: approx Indigo. HEX triplet: 58, 07 and 8A. RGB value is (88,7,138). Sum of RGB (Red+Green+Blue) = 88+7+138=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #58078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58078A is #A7F875. Grayscale: #2D2D2D. Windows color (decimal): -11008118 or 9045848. OLE color: 9045848.

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

Color convert

RGB887138-
CMYK0.360.9500.46
HSL277.1º90.34%28.43%-
HSV(B)277.1º94.93%54.12%-
XYZ8.694.0624.37-
YUV46.15179.84157.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=37.77%
G=3.00%
B=59.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8871380.360.9500.46277.190.3428.43
Hex5878A245F02E1155a1c
Octal13072124413705642513234
Binary10110001111000101010010010111110101110100010101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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