#58159F

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

Shades of Indigo #58159F

Tints of Indigo #58159F

Color information

#58159F (or 0x58159F) is unknown color: approx Indigo. HEX triplet: 58, 15 and 9F. RGB value is (88,21,159). Sum of RGB (Red+Green+Blue) = 88+21+159=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #58159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58159F is #A7EA60. Grayscale: #383838. Windows color (decimal): -11004513 or 10425688. OLE color: 10425688.

HSL color Cylindrical-coordinate representation of color #58159F: hue angle of 269.13º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58159F is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8821159-
CMYK0.450.8700.38
HSL269.13º76.67%35.29%-
HSV(B)269.13º86.79%62.35%-
XYZ10.555.1133.23-
YUV56.76185.7150.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 159 (62.5% from 255) = 59.33%
R=32.84%
G=7.84%
B=59.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88211590.450.8700.38269.1376.6735.29
Hex58159F2D5702610d4d23
Octal130252375512704641511543
Binary10110001010110011111101101101011101001101000011011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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