#5C1580

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

Shades of Indigo #5C1580

Tints of Indigo #5C1580

Color information

#5C1580 (or 0x5C1580) is unknown color: approx Indigo. HEX triplet: 5C, 15 and 80. RGB value is (92,21,128). Sum of RGB (Red+Green+Blue) = 92+21+128=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #5C1580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1580 is #A3EA7F. Grayscale: #363636. Windows color (decimal): -10742400 or 8394076. OLE color: 8394076.

HSL color Cylindrical-coordinate representation of color #5C1580: hue angle of 279.81º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1580 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9221128-
CMYK0.280.8400.50
HSL279.81º71.81%29.22%-
HSV(B)279.81º83.59%50.2%-
XYZ8.584.3720.81-
YUV54.43169.52154.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.17%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=38.17%
G=8.71%
B=53.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal92211280.280.8400.50279.8171.8129.22
Hex5C15801C54032118481d
Octal134252003412406243011035
Binary101110010101100000001110010101000110010100011000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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