#5C197C

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

Shades of Indigo #5C197C

Tints of Indigo #5C197C

Color information

#5C197C (or 0x5C197C) is unknown color: approx Indigo. HEX triplet: 5C, 19 and 7C. RGB value is (92,25,124). Sum of RGB (Red+Green+Blue) = 92+25+124=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C197C is #A3E683. Grayscale: #373737. Windows color (decimal): -10741380 or 8132956. OLE color: 8132956.

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

Color convert

RGB9225124-
CMYK0.260.8000.51
HSL280.61º66.44%29.22%-
HSV(B)280.61º79.84%48.63%-
XYZ8.44.4319.48-
YUV56.32166.2153.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.17%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=38.17%
G=10.37%
B=51.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92251240.260.8000.51280.6166.4429.22
Hex5C197C1A50033119421d
Octal134311743212006343110235
Binary10111001100111111001101010100000110011100011001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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