#5C158D

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

Shades of Indigo #5C158D

Tints of Indigo #5C158D

Color information

#5C158D (or 0x5C158D) is unknown color: approx Indigo. HEX triplet: 5C, 15 and 8D. RGB value is (92,21,141). Sum of RGB (Red+Green+Blue) = 92+21+141=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C158D is #A3EA72. Grayscale: #373737. Windows color (decimal): -10742387 or 9246044. OLE color: 9246044.

HSL color Cylindrical-coordinate representation of color #5C158D: hue angle of 275.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C158D is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9221141-
CMYK0.350.8500.45
HSL275.5º74.07%31.76%-
HSV(B)275.5º85.11%55.29%-
XYZ9.494.7325.61-
YUV55.91176.02153.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=36.22%
G=8.27%
B=55.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92211410.350.8500.45275.574.0731.76
Hex5C158D235502D1144a20
Octal134252154312505542411240
Binary10111001010110001101100011101010101011011000101001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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