#58007E

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

Shades of Indigo #58007E

Tints of Indigo #58007E

Color information

#58007E (or 0x58007E) is unknown color: approx Indigo. HEX triplet: 58, 00 and 7E. RGB value is (88,0,126). Sum of RGB (Red+Green+Blue) = 88+0+126=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #58007E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58007E is #A7FF81. Grayscale: #282828. Windows color (decimal): -11009922 or 8257624. OLE color: 8257624.

HSL color Cylindrical-coordinate representation of color #58007E: hue angle of 281.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58007E is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB880126-
CMYK0.30100.51
HSL281.9º100%24.71%-
HSV(B)281.9º100%49.41%-
XYZ7.793.5820.02-
YUV40.68176.15161.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 58.88%
R=41.12%
G=0%
B=58.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8801260.30100.51281.910024.71
Hex5807E1E6403311a6419
Octal13001763614406343214431
Binary1011000011111101111011001000110011100011010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,0,126); }

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

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

 a { background-color: rgb(88,0,126); }

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

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

 span { border-color: rgb(88,0,126); }

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