#5C178F

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

Shades of Indigo #5C178F

Tints of Indigo #5C178F

Color information

#5C178F (or 0x5C178F) is unknown color: approx Indigo. HEX triplet: 5C, 17 and 8F. RGB value is (92,23,143). Sum of RGB (Red+Green+Blue) = 92+23+143=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C178F is #A3E870. Grayscale: #383838. Windows color (decimal): -10741873 or 9377628. OLE color: 9377628.

HSL color Cylindrical-coordinate representation of color #5C178F: hue angle of 274.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C178F is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9223143-
CMYK0.360.8400.44
HSL274.5º72.29%32.55%-
HSV(B)274.5º83.92%56.08%-
XYZ9.684.8726.42-
YUV57.31176.36152.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.66%
GREEN value IS 23 (9.38% from 255) = 8.91%
BLUE value IS 143 (56.25% from 255) = 55.43%
R=35.66%
G=8.91%
B=55.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92231430.360.8400.44274.572.2932.55
Hex5C178F245402C1124821
Octal134272174412405442211041
Binary10111001011110001111100100101010001011001000100101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C178F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C178F; }

 p { color: rgb(92,23,143); }

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

<style>
 a { background-color: #5C178F; }

 a { background-color: rgb(92,23,143); }

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

<style>
 span { border-color: #5C178F; }

 span { border-color: rgb(92,23,143); }

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