#5C159F

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

Shades of Indigo #5C159F

Tints of Indigo #5C159F

Color information

#5C159F (or 0x5C159F) is unknown color: approx Indigo. HEX triplet: 5C, 15 and 9F. RGB value is (92,21,159). Sum of RGB (Red+Green+Blue) = 92+21+159=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C159F is #A3EA60. Grayscale: #393939. Windows color (decimal): -10742369 or 10425692. OLE color: 10425692.

HSL color Cylindrical-coordinate representation of color #5C159F: hue angle of 270.87º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C159F is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9221159-
CMYK0.420.8700.38
HSL270.87º76.67%35.29%-
HSV(B)270.87º86.79%62.35%-
XYZ10.945.3133.25-
YUV57.96185.02152.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=33.82%
G=7.72%
B=58.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92211590.420.8700.38270.8776.6735.29
Hex5C159F2A5702610f4d23
Octal134252375212704641711543
Binary10111001010110011111101010101011101001101000011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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