#5E0DF6

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

Shades of Electric Indigo #5E0DF6

Tints of Electric Indigo #5E0DF6

Color information

#5E0DF6 (or 0x5E0DF6) is unknown color: approx Electric Indigo. HEX triplet: 5E, 0D and F6. RGB value is (94,13,246). Sum of RGB (Red+Green+Blue) = 94+13+246=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 246 (96.48% from 255 or 69.69% from 353); Max value from RGB is 246 - color contains mainly: blue. Hex color #5E0DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0DF6 is #A1F209. Grayscale: #3E3E3E. Windows color (decimal): -10613258 or 16125278. OLE color: 16125278.

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

Color convert

RGB9413246-
CMYK0.620.9500.04
HSL260.86º92.83%50.78%-
HSV(B)260.86º94.72%96.47%-
XYZ21.399.3287.86-
YUV63.78230.84149.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.63%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 246 (96.48% from 255) = 69.69%
R=26.63%
G=3.68%
B=69.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal94132460.620.9500.04260.8692.8350.78
Hex5EDF63E5F041055d33
Octal13615366761370440513563
Binary1011110110111110110111110101111101001000001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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