Html Css Color HEX #5E03EF Electric Indigo

📋 copy color: '#5E03EF'

red 94 ◦ green 3 ◦ blue 239

#5E03EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5E03EF

Tints of Electric Indigo #5E03EF

RGB

 RED value IS 94 (37.11% from 255) = 27.98%

 GREEN value IS 3 (1.56% from 255) = 0.89%

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 27.98%
G = 0.89%
B = 71.13%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E03EF (or 0x5E03EF) is known color: Electric Indigo. HEX triplet: 5E, 03 and EF. RGB value is (94,3,239). Sum of RGB (Red+Green+Blue) = 94+3+239=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E03EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03EF is #A1FC10. Grayscale: #383838. Windows color (decimal): -10615825 or 15663966. OLE color: 15663966.

HSL color Cylindrical-coordinate representation of color #5E03EF: hue angle of 263.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E03EF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 3 239 -
CMYK 0.61 0.99 0 0.06
HSL 263.14º 0.98% 0.47% -
HSV(B) 263.14º 0.99% 0.94% -
XYZ 20.23 8.68 82.27 -
YUV 57.11 230.65 154.31 -
System Red Green Blue C M Y K H S L
Decimal 94 3 239 0.61 0.99 0 0.06 263.14 0.98 0.47
Hex 5E 3 EF 3D 63 0 6 107 62 2F
Octal 136 3 357 75 143 0 6 407 142 57
Binary 1011110 11 11101111 111101 1100011 0 110 100000111 1100010 101111

Color Harmonies of #5E03EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E03EF

Black with #5E03EF

Text Example


Text Example

White with #5E03EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E03EF;
 }
 .AnyTagClassName
 {
   color: #5E03EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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