#5E0386

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

Shades of Indigo #5E0386

Tints of Indigo #5E0386

Color information

#5E0386 (or 0x5E0386) is unknown color: approx Indigo. HEX triplet: 5E, 03 and 86. RGB value is (94,3,134). Sum of RGB (Red+Green+Blue) = 94+3+134=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E0386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0386 is #A1FC79. Grayscale: #2C2C2C. Windows color (decimal): -10615930 or 8782686. OLE color: 8782686.

HSL color Cylindrical-coordinate representation of color #5E0386: hue angle of 281.68º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0386 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB943134-
CMYK0.300.9800.47
HSL281.68º95.62%26.86%-
HSV(B)281.68º97.76%52.55%-
XYZ8.954.1722.89-
YUV45.14178.15162.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.69%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 134 (52.73% from 255) = 58.01%
R=40.69%
G=1.30%
B=58.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9431340.300.9800.47281.6895.6226.86
Hex5E3861E6202F11a601b
Octal13632063614205743214033
Binary101111011100001101111011000100101111100011010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,3,134); }

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

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

 a { background-color: rgb(94,3,134); }

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

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

 span { border-color: rgb(94,3,134); }

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