#58167C

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

Shades of Indigo #58167C

Tints of Indigo #58167C

Color information

#58167C (or 0x58167C) is unknown color: approx Indigo. HEX triplet: 58, 16 and 7C. RGB value is (88,22,124). Sum of RGB (Red+Green+Blue) = 88+22+124=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #58167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58167C is #A7E983. Grayscale: #353535. Windows color (decimal): -11004292 or 8132184. OLE color: 8132184.

HSL color Cylindrical-coordinate representation of color #58167C: hue angle of 278.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58167C is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8822124-
CMYK0.290.8200.51
HSL278.82º69.86%28.63%-
HSV(B)278.82º82.26%48.63%-
XYZ7.954.119.44-
YUV53.36167.87152.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=37.61%
G=9.40%
B=52.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88221240.290.8200.51278.8269.8628.63
Hex58167C1D52033117461d
Octal130261743512206342710635
Binary10110001011011111001110110100100110011100010111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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