#5C0879

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

Shades of Indigo #5C0879

Tints of Indigo #5C0879

Color information

#5C0879 (or 0x5C0879) is unknown color: approx Indigo. HEX triplet: 5C, 08 and 79. RGB value is (92,8,121). Sum of RGB (Red+Green+Blue) = 92+8+121=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C0879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0879 is #A3F786. Grayscale: #2D2D2D. Windows color (decimal): -10745735 or 7931996. OLE color: 7931996.

HSL color Cylindrical-coordinate representation of color #5C0879: hue angle of 284.6º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0879 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB928121-
CMYK0.240.9300.53
HSL284.6º87.6%25.29%-
HSV(B)284.6º93.39%47.45%-
XYZ7.953.8318.41-
YUV46170.33160.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.63%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=41.63%
G=3.62%
B=54.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9281210.240.9300.53284.687.625.29
Hex5C879185D03511d5819
Octal134101713013506543513031
Binary1011100100011110011100010111010110101100011101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,8,121); }

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

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

 a { background-color: rgb(92,8,121); }

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

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

 span { border-color: rgb(92,8,121); }

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