#58078E

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

Shades of Indigo #58078E

Tints of Indigo #58078E

Color information

#58078E (or 0x58078E) is unknown color: approx Indigo. HEX triplet: 58, 07 and 8E. RGB value is (88,7,142). Sum of RGB (Red+Green+Blue) = 88+7+142=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #58078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58078E is #A7F871. Grayscale: #2E2E2E. Windows color (decimal): -11008114 or 9307992. OLE color: 9307992.

HSL color Cylindrical-coordinate representation of color #58078E: hue angle of 276º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58078E is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB887142-
CMYK0.380.9500.44
HSL276º90.6%29.22%-
HSV(B)276º95.07%55.69%-
XYZ8.984.1825.92-
YUV46.61181.84157.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 142 (55.86% from 255) = 59.92%
R=37.13%
G=2.95%
B=59.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8871420.380.9500.4427690.629.22
Hex5878E265F02C1145b1d
Octal13072164613705442413335
Binary10110001111000111010011010111110101100100010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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