#58106C

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

Shades of Indigo #58106C

Tints of Indigo #58106C

Color information

#58106C (or 0x58106C) is unknown color: approx Indigo. HEX triplet: 58, 10 and 6C. RGB value is (88,16,108). Sum of RGB (Red+Green+Blue) = 88+16+108=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #58106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58106C is #A7EF93. Grayscale: #2F2F2F. Windows color (decimal): -11005844 or 7082072. OLE color: 7082072.

HSL color Cylindrical-coordinate representation of color #58106C: hue angle of 286.96º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58106C is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8816108-
CMYK0.190.8500.58
HSL286.96º74.19%24.31%-
HSV(B)286.96º85.19%42.35%-
XYZ6.923.5314.5-
YUV48.02161.85156.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=41.51%
G=7.55%
B=50.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88161080.190.8500.58286.9674.1924.31
Hex58106C135503A11f4a18
Octal130201542312507243711230
Binary10110001000011011001001110101010111010100011111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58106C; }

 p { color: rgb(88,16,108); }

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

<style>
 a { background-color: #58106C; }

 a { background-color: rgb(88,16,108); }

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

<style>
 span { border-color: #58106C; }

 span { border-color: rgb(88,16,108); }

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