#58108D

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

Shades of Indigo #58108D

Tints of Indigo #58108D

Color information

#58108D (or 0x58108D) is unknown color: approx Indigo. HEX triplet: 58, 10 and 8D. RGB value is (88,16,141). Sum of RGB (Red+Green+Blue) = 88+16+141=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #58108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58108D is #A7EF72. Grayscale: #333333. Windows color (decimal): -11005811 or 9244760. OLE color: 9244760.

HSL color Cylindrical-coordinate representation of color #58108D: hue angle of 274.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58108D is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8816141-
CMYK0.380.8900.45
HSL274.56º79.62%30.78%-
HSV(B)274.56º88.65%55.29%-
XYZ9.024.3725.57-
YUV51.78178.35153.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=35.92%
G=6.53%
B=57.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88161410.380.8900.45274.5679.6230.78
Hex58108D265902D113501f
Octal130202154613105542312037
Binary1011000100001000110110011010110010101101100010011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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