#5C0071

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

Shades of Indigo #5C0071

Tints of Indigo #5C0071

Color information

#5C0071 (or 0x5C0071) is unknown color: approx Indigo. HEX triplet: 5C, 00 and 71. RGB value is (92,0,113). Sum of RGB (Red+Green+Blue) = 92+0+113=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0071 is #A3FF8E. Grayscale: #282828. Windows color (decimal): -10747791 or 7405660. OLE color: 7405660.

HSL color Cylindrical-coordinate representation of color #5C0071: hue angle of 288.85º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0071 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB920113-
CMYK0.19100.56
HSL288.85º100%22.16%-
HSV(B)288.85º100%44.31%-
XYZ7.393.4715.9-
YUV40.39168.98164.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=44.88%
G=0%
B=55.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9201130.19100.56288.8510022.16
Hex5C07113640381216416
Octal13401612314407044114426
Binary1011100011100011001111001000111000100100001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,0,113); }

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

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

 a { background-color: rgb(92,0,113); }

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

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

 span { border-color: rgb(92,0,113); }

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