#5C177C

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

Shades of Indigo #5C177C

Tints of Indigo #5C177C

Color information

#5C177C (or 0x5C177C) is unknown color: approx Indigo. HEX triplet: 5C, 17 and 7C. RGB value is (92,23,124). Sum of RGB (Red+Green+Blue) = 92+23+124=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C177C is #A3E883. Grayscale: #363636. Windows color (decimal): -10741892 or 8132444. OLE color: 8132444.

HSL color Cylindrical-coordinate representation of color #5C177C: hue angle of 280.99º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C177C is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9223124-
CMYK0.260.8100.51
HSL280.99º68.71%28.82%-
HSV(B)280.99º81.45%48.63%-
XYZ8.364.3419.47-
YUV55.14166.86154.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.49%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=38.49%
G=9.62%
B=51.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92231240.260.8100.51280.9968.7128.82
Hex5C177C1A51033119451d
Octal134271743212106343110535
Binary10111001011111111001101010100010110011100011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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