#5E107C

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

Shades of Indigo #5E107C

Tints of Indigo #5E107C

Color information

#5E107C (or 0x5E107C) is unknown color: approx Indigo. HEX triplet: 5E, 10 and 7C. RGB value is (94,16,124). Sum of RGB (Red+Green+Blue) = 94+16+124=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E107C is #A1EF83. Grayscale: #333333. Windows color (decimal): -10612612 or 8130654. OLE color: 8130654.

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

Color convert

RGB9416124-
CMYK0.240.8700.51
HSL283.33º77.14%27.45%-
HSV(B)283.33º87.1%48.63%-
XYZ8.444.2119.44-
YUV51.63168.84158.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.17%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=40.17%
G=6.84%
B=52.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94161240.240.8700.51283.3377.1427.45
Hex5E107C185703311b4d1b
Octal136201743012706343311533
Binary10111101000011111001100010101110110011100011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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