#58168c

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

Shades of Indigo #58168C

Tints of Indigo #58168C

Color information

#58168C (or 0x58168C) is unknown color: approx Indigo. HEX triplet: 58, 16 and 8C. RGB value is (88,22,140). Sum of RGB (Red+Green+Blue) = 88+22+140=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #58168C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58168C is #A7E973. Grayscale: #363636. Windows color (decimal): -11004276 or 9180760. OLE color: 9180760.

HSL color Cylindrical-coordinate representation of color #58168C: hue angle of 273.56º 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 #58168C is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8822140-
CMYK0.370.8400.45
HSL273.56º72.84%31.76%-
HSV(B)273.56º84.29%54.9%-
XYZ9.054.5425.21-
YUV55.19175.87151.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 140 (55.08% from 255) = 56%
R=35.2%
G=8.8%
B=56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88221400.370.8400.45273.5672.8431.76
Hex58168C255402D1124920
Octal130262144512405542211140
Binary10110001011010001100100101101010001011011000100101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58168c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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