#5C157F

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

Shades of Indigo #5C157F

Tints of Indigo #5C157F

Color information

#5C157F (or 0x5C157F) is unknown color: approx Indigo. HEX triplet: 5C, 15 and 7F. RGB value is (92,21,127). Sum of RGB (Red+Green+Blue) = 92+21+127=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C157F is #A3EA80. Grayscale: #353535. Windows color (decimal): -10742401 or 8328540. OLE color: 8328540.

HSL color Cylindrical-coordinate representation of color #5C157F: hue angle of 280.19º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C157F is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9221127-
CMYK0.280.8300.50
HSL280.19º71.62%29.02%-
HSV(B)280.19º83.46%49.8%-
XYZ8.514.3420.47-
YUV54.31169.02154.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.33%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 127 (50% from 255) = 52.92%
R=38.33%
G=8.75%
B=52.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal92211270.280.8300.50280.1971.6229.02
Hex5C157F1C53032118481d
Octal134251773412306243011035
Binary10111001010111111111110010100110110010100011000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,21,127); }

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

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

 a { background-color: rgb(92,21,127); }

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

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

 span { border-color: rgb(92,21,127); }

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