#58168D

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

Shades of Indigo #58168D

Tints of Indigo #58168D

Color information

#58168D (or 0x58168D) is unknown color: approx Indigo. HEX triplet: 58, 16 and 8D. RGB value is (88,22,141). Sum of RGB (Red+Green+Blue) = 88+22+141=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #58168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58168D is #A7E972. Grayscale: #363636. Windows color (decimal): -11004275 or 9246296. OLE color: 9246296.

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

Color convert

RGB8822141-
CMYK0.380.8400.45
HSL273.28º73.01%31.96%-
HSV(B)273.28º84.4%55.29%-
XYZ9.124.5725.6-
YUV55.3176.37151.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 141 (55.47% from 255) = 56.18%
R=35.06%
G=8.76%
B=56.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88221410.380.8400.45273.2873.0131.96
Hex58168D265402D1114920
Octal130262154612405542111140
Binary10110001011010001101100110101010001011011000100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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