#5E09F6

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

Shades of Electric Indigo #5E09F6

Tints of Electric Indigo #5E09F6

Color information

#5E09F6 (or 0x5E09F6) is unknown color: approx Electric Indigo. HEX triplet: 5E, 09 and F6. RGB value is (94,9,246). Sum of RGB (Red+Green+Blue) = 94+9+246=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 246 (96.48% from 255 or 70.49% from 349); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E09F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E09F6 is #A1F609. Grayscale: #3C3C3C. Windows color (decimal): -10614282 or 16124254. OLE color: 16124254.

HSL color Cylindrical-coordinate representation of color #5E09F6: hue angle of 261.52º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E09F6 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB949246-
CMYK0.620.9600.04
HSL261.52º92.94%50%-
HSV(B)261.52º96.34%96.47%-
XYZ21.359.2387.84-
YUV61.43232.16151.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 9 (3.91% from 255) = 2.58%
BLUE value IS 246 (96.48% from 255) = 70.49%
R=26.93%
G=2.58%
B=70.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9492460.620.9600.04261.5292.9450
Hex5E9F63E60041065d32
Octal13611366761400440613562
Binary1011110100111110110111110110000001001000001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E09F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,9,246); }

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

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

 a { background-color: rgb(94,9,246); }

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

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

 span { border-color: rgb(94,9,246); }

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