Html Css Color HEX #5E03FA Electric Indigo

📋 copy color: '#5E03FA'

red 94 ◦ green 3 ◦ blue 250

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

Shades of Electric Indigo #5E03FA

Tints of Electric Indigo #5E03FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.05%

R = 27.09%
G = 0.86%
B = 72.05%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E03FA (or 0x5E03FA) is known color: Electric Indigo. HEX triplet: 5E, 03 and FA. RGB value is (94,3,250). Sum of RGB (Red+Green+Blue) = 94+3+250=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E03FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03FA is #A1FC05. Grayscale: #393939. Windows color (decimal): -10615814 or 16384862. OLE color: 16384862.

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

Color convert

RGB 94 3 250 -
CMYK 0.62 0.99 0 0.02
HSL 262.11º 0.98% 0.5% -
HSV(B) 262.11º 0.99% 0.98% -
XYZ 21.9 9.35 91.09 -
YUV 58.37 236.15 153.42 -
System Red Green Blue C M Y K H S L
Decimal 94 3 250 0.62 0.99 0 0.02 262.11 0.98 0.5
Hex 5E 3 FA 3E 63 0 2 106 62 32
Octal 136 3 372 76 143 0 2 406 142 62
Binary 1011110 11 11111010 111110 1100011 0 10 100000110 1100010 110010

Color Harmonies of #5E03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E03FA

Black with #5E03FA

Text Example


Text Example

White with #5E03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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