Html Css Color HEX #5E03FF Electric Indigo

📋 copy color: '#5E03FF'

red 94 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #5E03FF

Tints of Electric Indigo #5E03FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.44%

R = 26.7%
G = 0.85%
B = 72.44%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5E03FF (or 0x5E03FF) is known color: Electric Indigo. HEX triplet: 5E, 03 and FF. RGB value is (94,3,255). Sum of RGB (Red+Green+Blue) = 94+3+255=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E03FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03FF is #A1FC00. Grayscale: #3A3A3A. Windows color (decimal): -10615809 or 16712542. OLE color: 16712542.

HSL color Cylindrical-coordinate representation of color #5E03FF: hue angle of 261.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E03FF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 94 3 255 -
CMYK 0.63 0.99 0 0
HSL 261.67º 1% 0.51% -
HSV(B) 261.67º 0.99% 1% -
XYZ 22.7 9.66 95.28 -
YUV 58.94 238.65 153.01 -
System Red Green Blue C M Y K H S L
Decimal 94 3 255 0.63 0.99 0 0 261.67 1 0.51
Hex 5E 3 FF 3F 63 0 0 106 64 33
Octal 136 3 377 77 143 0 0 406 144 63
Binary 1011110 11 11111111 111111 1100011 0 0 100000110 1100100 110011

Color Harmonies of #5E03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E03FF

Black with #5E03FF

Text Example


Text Example

White with #5E03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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