#58016F

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

Shades of Indigo #58016F

Tints of Indigo #58016F

Color information

#58016F (or 0x58016F) is unknown color: approx Indigo. HEX triplet: 58, 01 and 6F. RGB value is (88,1,111). Sum of RGB (Red+Green+Blue) = 88+1+111=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #58016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58016F is #A7FE90. Grayscale: #272727. Windows color (decimal): -11009681 or 7274840. OLE color: 7274840.

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

Color convert

RGB881111-
CMYK0.210.9900.56
HSL287.45º98.21%21.96%-
HSV(B)287.45º99.1%43.53%-
XYZ6.93.2415.3-
YUV39.55168.32162.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=44%
G=0.5%
B=55.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8811110.210.9900.56287.4598.2121.96
Hex5816F156303811f6216
Octal13011572514307043714226
Binary1011000111011111010111000110111000100011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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