#5E007C

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

Shades of Indigo #5E007C

Tints of Indigo #5E007C

Color information

#5E007C (or 0x5E007C) is unknown color: approx Indigo. HEX triplet: 5E, 00 and 7C. RGB value is (94,0,124). Sum of RGB (Red+Green+Blue) = 94+0+124=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E007C is #A1FF83. Grayscale: #292929. Windows color (decimal): -10616708 or 8126558. OLE color: 8126558.

HSL color Cylindrical-coordinate representation of color #5E007C: hue angle of 285.48º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E007C is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB940124-
CMYK0.24100.51
HSL285.48º100%24.31%-
HSV(B)285.48º100%48.63%-
XYZ8.253.8319.37-
YUV42.24174.14164.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=43.12%
G=0%
B=56.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9401240.24100.51285.4810024.31
Hex5E07C186403311d6418
Octal13601743014406343514430
Binary1011110011111001100011001000110011100011101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,0,124); }

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

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

 a { background-color: rgb(94,0,124); }

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

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

 span { border-color: rgb(94,0,124); }

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