#5C1196

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

Shades of Indigo #5C1196

Tints of Indigo #5C1196

Color information

#5C1196 (or 0x5C1196) is unknown color: approx Indigo. HEX triplet: 5C, 11 and 96. RGB value is (92,17,150). Sum of RGB (Red+Green+Blue) = 92+17+150=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #5C1196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1196 is #A3EE69. Grayscale: #363636. Windows color (decimal): -10743402 or 9834844. OLE color: 9834844.

HSL color Cylindrical-coordinate representation of color #5C1196: hue angle of 273.83º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C1196 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9217150-
CMYK0.390.8900.41
HSL273.83º79.64%32.75%-
HSV(B)273.83º88.67%58.82%-
XYZ10.124.8829.26-
YUV54.59181.85154.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.52%
GREEN value IS 17 (7.03% from 255) = 6.56%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=35.52%
G=6.56%
B=57.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92171500.390.8900.41273.8379.6432.75
Hex5C119627590291125021
Octal134212264713105142212041
Binary10111001000110010110100111101100101010011000100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,17,150); }

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

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

 a { background-color: rgb(92,17,150); }

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

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

 span { border-color: rgb(92,17,150); }

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