#5E02E5

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

Shades of Electric Indigo #5E02E5

Tints of Electric Indigo #5E02E5

Color information

#5E02E5 (or 0x5E02E5) is unknown color: approx Electric Indigo. HEX triplet: 5E, 02 and E5. RGB value is (94,2,229). Sum of RGB (Red+Green+Blue) = 94+2+229=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 229 (89.84% from 255 or 70.46% from 325); Max value from RGB is 229 - color contains mainly: blue. Hex color #5E02E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02E5 is #A1FD1A. Grayscale: #363636. Windows color (decimal): -10616091 or 15008350. OLE color: 15008350.

HSL color Cylindrical-coordinate representation of color #5E02E5: hue angle of 264.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02E5 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB942229-
CMYK0.590.9900.10
HSL264.32º98.27%45.29%-
HSV(B)264.32º99.13%89.8%-
XYZ18.788.0874.7-
YUV55.39225.98155.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.92%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 229 (89.84% from 255) = 70.46%
R=28.92%
G=0.62%
B=70.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal9422290.590.9900.10264.3298.2745.29
Hex5E2E53B630A108622d
Octal13623457314301241014255
Binary101111010111001011110111100011010101000010001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E02E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,229); }

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

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

 a { background-color: rgb(94,2,229); }

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

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

 span { border-color: rgb(94,2,229); }

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