#58106D

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

Shades of Indigo #58106D

Tints of Indigo #58106D

Color information

#58106D (or 0x58106D) is unknown color: approx Indigo. HEX triplet: 58, 10 and 6D. RGB value is (88,16,109). Sum of RGB (Red+Green+Blue) = 88+16+109=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #58106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58106D is #A7EF92. Grayscale: #2F2F2F. Windows color (decimal): -11005843 or 7147608. OLE color: 7147608.

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

Color convert

RGB8816109-
CMYK0.190.8500.57
HSL286.45º74.4%24.51%-
HSV(B)286.45º85.32%42.75%-
XYZ6.973.5514.79-
YUV48.13162.35156.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=41.31%
G=7.51%
B=51.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88161090.190.8500.57286.4574.424.51
Hex58106D135503911e4a19
Octal130201552312507143611231
Binary10110001000011011011001110101010111001100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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