#58108A

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

Shades of Indigo #58108A

Tints of Indigo #58108A

Color information

#58108A (or 0x58108A) is unknown color: approx Indigo. HEX triplet: 58, 10 and 8A. RGB value is (88,16,138). Sum of RGB (Red+Green+Blue) = 88+16+138=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #58108A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58108A is #A7EF75. Grayscale: #333333. Windows color (decimal): -11005814 or 9048152. OLE color: 9048152.

HSL color Cylindrical-coordinate representation of color #58108A: hue angle of 275.41º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58108A is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8816138-
CMYK0.360.8800.46
HSL275.41º79.22%30.2%-
HSV(B)275.41º88.41%54.12%-
XYZ8.84.2824.41-
YUV51.44176.85154.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=36.36%
G=6.61%
B=57.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88161380.360.8800.46275.4179.2230.2
Hex58108A245802E1134f1e
Octal130202124413005642311736
Binary1011000100001000101010010010110000101110100010011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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