#5C1584

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

Shades of Indigo #5C1584

Tints of Indigo #5C1584

Color information

#5C1584 (or 0x5C1584) is unknown color: approx Indigo. HEX triplet: 5C, 15 and 84. RGB value is (92,21,132). Sum of RGB (Red+Green+Blue) = 92+21+132=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C1584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1584 is #A3EA7B. Grayscale: #363636. Windows color (decimal): -10742396 or 8656220. OLE color: 8656220.

HSL color Cylindrical-coordinate representation of color #5C1584: hue angle of 278.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1584 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9221132-
CMYK0.300.8400.48
HSL278.38º72.55%30%-
HSV(B)278.38º84.09%51.76%-
XYZ8.854.4822.23-
YUV54.88171.52154.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.55%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=37.55%
G=8.57%
B=53.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92211320.300.8400.48278.3872.5530
Hex5C15841E54030116491e
Octal134252043612406042611136
Binary101110010101100001001111010101000110000100010110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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