Html Css Color HEX #5E02FF Electric Indigo

📋 copy color: '#5E02FF'

red 94 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #5E02FF

Tints of Electric Indigo #5E02FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 26.78%
G = 0.57%
B = 72.65%

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

#5E02FF (or 0x5E02FF) is known color: Electric Indigo. HEX triplet: 5E, 02 and FF. RGB value is (94,2,255). Sum of RGB (Red+Green+Blue) = 94+2+255=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E02FF is #A1FD00. Grayscale: #393939. Windows color (decimal): -10616065 or 16712286. OLE color: 16712286.

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

Color convert

RGB 94 2 255 -
CMYK 0.63 0.99 0 0
HSL 261.82º 1% 0.5% -
HSV(B) 261.82º 0.99% 1% -
XYZ 22.69 9.64 95.27 -
YUV 58.35 238.98 153.43 -
System Red Green Blue C M Y K H S L
Decimal 94 2 255 0.63 0.99 0 0 261.82 1 0.5
Hex 5E 2 FF 3F 63 0 0 106 64 32
Octal 136 2 377 77 143 0 0 406 144 62
Binary 1011110 10 11111111 111111 1100011 0 0 100000110 1100100 110010

Color Harmonies of #5E02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E02FF

Black with #5E02FF

Text Example


Text Example

White with #5E02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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