#5C1493

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

Shades of Indigo #5C1493

Tints of Indigo #5C1493

Color information

#5C1493 (or 0x5C1493) is unknown color: approx Indigo. HEX triplet: 5C, 14 and 93. RGB value is (92,20,147). Sum of RGB (Red+Green+Blue) = 92+20+147=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1493 is #A3EB6C. Grayscale: #373737. Windows color (decimal): -10742637 or 9639004. OLE color: 9639004.

HSL color Cylindrical-coordinate representation of color #5C1493: hue angle of 274.02º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1493 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9220147-
CMYK0.370.8600.42
HSL274.02º76.05%32.75%-
HSV(B)274.02º86.39%57.65%-
XYZ9.934.8828.02-
YUV56.01179.35153.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.52%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=35.52%
G=7.72%
B=56.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92201470.370.8600.42274.0276.0532.75
Hex5C1493255602A1124c21
Octal134242234512605242211441
Binary10111001010010010011100101101011001010101000100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,20,147); }

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

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

 a { background-color: rgb(92,20,147); }

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

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

 span { border-color: rgb(92,20,147); }

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