#5E03E2

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

Shades of Electric Indigo #5E03E2

Tints of Electric Indigo #5E03E2

Color information

#5E03E2 (or 0x5E03E2) is unknown color: approx Electric Indigo. HEX triplet: 5E, 03 and E2. RGB value is (94,3,226). Sum of RGB (Red+Green+Blue) = 94+3+226=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 226 (88.67% from 255 or 69.97% from 323); Max value from RGB is 226 - color contains mainly: blue. Hex color #5E03E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E03E2 is #A1FC1D. Grayscale: #363636. Windows color (decimal): -10615838 or 14811998. OLE color: 14811998.

HSL color Cylindrical-coordinate representation of color #5E03E2: hue angle of 264.48º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E03E2 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB943226-
CMYK0.580.9900.11
HSL264.48º97.38%44.9%-
HSV(B)264.48º98.67%88.63%-
XYZ18.387.9472.51-
YUV55.63224.15155.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 226 (88.67% from 255) = 69.97%
R=29.10%
G=0.93%
B=69.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal9432260.580.9900.11264.4897.3844.9
Hex5E3E23A630B108612d
Octal13633427214301341014155
Binary101111011111000101110101100011010111000010001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E03E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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