#5C0480

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

Shades of Indigo #5C0480

Tints of Indigo #5C0480

Color information

#5C0480 (or 0x5C0480) is unknown color: approx Indigo. HEX triplet: 5C, 04 and 80. RGB value is (92,4,128). Sum of RGB (Red+Green+Blue) = 92+4+128=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #5C0480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0480 is #A3FB7F. Grayscale: #2C2C2C. Windows color (decimal): -10746752 or 8389724. OLE color: 8389724.

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

Color convert

RGB924128-
CMYK0.280.9700.50
HSL282.58º93.94%25.88%-
HSV(B)282.58º96.88%50.2%-
XYZ8.353.9220.74-
YUV44.45175.15161.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.07%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 128 (50.39% from 255) = 57.14%
R=41.07%
G=1.79%
B=57.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9241280.280.9700.50282.5893.9425.88
Hex5C4801C6103211b5e1a
Octal13442003414106243313632
Binary1011100100100000001110011000010110010100011011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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