#58156F

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

Shades of Indigo #58156F

Tints of Indigo #58156F

Color information

#58156F (or 0x58156F) is unknown color: approx Indigo. HEX triplet: 58, 15 and 6F. RGB value is (88,21,111). Sum of RGB (Red+Green+Blue) = 88+21+111=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #58156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58156F is #A7EA90. Grayscale: #333333. Windows color (decimal): -11004561 or 7279960. OLE color: 7279960.

HSL color Cylindrical-coordinate representation of color #58156F: hue angle of 284.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58156F is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8821111-
CMYK0.210.8100.56
HSL284.67º68.18%25.88%-
HSV(B)284.67º81.08%43.53%-
XYZ7.163.7615.39-
YUV51.29161.7154.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=40%
G=9.55%
B=50.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88211110.210.8100.56284.6768.1825.88
Hex58156F155103811d441a
Octal130251572512107043510432
Binary10110001010111011111010110100010111000100011101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58156F; }

 p { color: rgb(88,21,111); }

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

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

 a { background-color: rgb(88,21,111); }

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

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

 span { border-color: rgb(88,21,111); }

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