#5C1291

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

Shades of Indigo #5C1291

Tints of Indigo #5C1291

Color information

#5C1291 (or 0x5C1291) is unknown color: approx Indigo. HEX triplet: 5C, 12 and 91. RGB value is (92,18,145). Sum of RGB (Red+Green+Blue) = 92+18+145=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C1291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1291 is #A3ED6E. Grayscale: #363636. Windows color (decimal): -10743151 or 9507420. OLE color: 9507420.

HSL color Cylindrical-coordinate representation of color #5C1291: hue angle of 274.96º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1291 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9218145-
CMYK0.370.8800.43
HSL274.96º77.91%31.96%-
HSV(B)274.96º87.59%56.86%-
XYZ9.744.7527.19-
YUV54.6179.02154.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.08%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=36.08%
G=7.06%
B=56.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92181450.370.8800.43274.9677.9131.96
Hex5C1291255802B1134e20
Octal134222214513005342311640
Binary10111001001010010001100101101100001010111000100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,18,145); }

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

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

 a { background-color: rgb(92,18,145); }

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

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

 span { border-color: rgb(92,18,145); }

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