#5C159E

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

Shades of Indigo #5C159E

Tints of Indigo #5C159E

Color information

#5C159E (or 0x5C159E) is unknown color: approx Indigo. HEX triplet: 5C, 15 and 9E. RGB value is (92,21,158). Sum of RGB (Red+Green+Blue) = 92+21+158=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C159E is #A3EA61. Grayscale: #393939. Windows color (decimal): -10742370 or 10360156. OLE color: 10360156.

HSL color Cylindrical-coordinate representation of color #5C159E: hue angle of 271.09º 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 #5C159E is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9221158-
CMYK0.420.8700.38
HSL271.09º76.54%35.1%-
HSV(B)271.09º86.71%61.96%-
XYZ10.855.2832.79-
YUV57.85184.52152.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.95%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=33.95%
G=7.75%
B=58.30%

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
Decimal92211580.420.8700.38271.0976.5435.1
Hex5C159E2A5702610f4d23
Octal134252365212704641711543
Binary10111001010110011110101010101011101001101000011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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