#5C197E

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

Shades of Indigo #5C197E

Tints of Indigo #5C197E

Color information

#5C197E (or 0x5C197E) is unknown color: approx Indigo. HEX triplet: 5C, 19 and 7E. RGB value is (92,25,126). Sum of RGB (Red+Green+Blue) = 92+25+126=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C197E is #A3E681. Grayscale: #383838. Windows color (decimal): -10741378 or 8264028. OLE color: 8264028.

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

Color convert

RGB9225126-
CMYK0.270.8000.51
HSL279.8º66.89%29.61%-
HSV(B)279.8º80.16%49.41%-
XYZ8.534.4820.15-
YUV56.55167.2153.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.86%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 126 (49.61% from 255) = 51.85%
R=37.86%
G=10.29%
B=51.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92251260.270.8000.51279.866.8929.61
Hex5C197E1B50033118431e
Octal134311763312006343010336
Binary10111001100111111101101110100000110011100011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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