#5E0693

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

Shades of Indigo #5E0693

Tints of Indigo #5E0693

Color information

#5E0693 (or 0x5E0693) is unknown color: approx Indigo. HEX triplet: 5E, 06 and 93. RGB value is (94,6,147). Sum of RGB (Red+Green+Blue) = 94+6+147=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E0693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0693 is #A1F96C. Grayscale: #2F2F2F. Windows color (decimal): -10615149 or 9635422. OLE color: 9635422.

HSL color Cylindrical-coordinate representation of color #5E0693: hue angle of 277.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0693 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB946147-
CMYK0.360.9600.42
HSL277.45º92.16%30%-
HSV(B)277.45º95.92%57.65%-
XYZ9.954.6227.97-
YUV48.39183.65160.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.06%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 147 (57.81% from 255) = 59.51%
R=38.06%
G=2.43%
B=59.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9461470.360.9600.42277.4592.1630
Hex5E693246002A1155c1e
Octal13662234414005242513436
Binary10111101101001001110010011000000101010100010101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,6,147); }

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

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

 a { background-color: rgb(94,6,147); }

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

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

 span { border-color: rgb(94,6,147); }

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