#5E108D

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

Shades of Indigo #5E108D

Tints of Indigo #5E108D

Color information

#5E108D (or 0x5E108D) is unknown color: approx Indigo. HEX triplet: 5E, 10 and 8D. RGB value is (94,16,141). Sum of RGB (Red+Green+Blue) = 94+16+141=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E108D is #A1EF72. Grayscale: #353535. Windows color (decimal): -10612595 or 9244766. OLE color: 9244766.

HSL color Cylindrical-coordinate representation of color #5E108D: hue angle of 277.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E108D is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9416141-
CMYK0.330.8900.45
HSL277.44º79.62%30.78%-
HSV(B)277.44º88.65%55.29%-
XYZ9.614.6725.59-
YUV53.57177.34156.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.45%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 141 (55.47% from 255) = 56.18%
R=37.45%
G=6.37%
B=56.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94161410.330.8900.45277.4479.6230.78
Hex5E108D215902D115501f
Octal136202154113105542512037
Binary1011110100001000110110000110110010101101100010101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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