Html Css Color HEX #5E02E8 Electric Indigo

📋 copy color: '#5E02E8'

red 94 ◦ green 2 ◦ blue 232

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

Shades of Electric Indigo #5E02E8

Tints of Electric Indigo #5E02E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 70.73%

R = 28.66%
G = 0.61%
B = 70.73%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5E02E8 (or 0x5E02E8) is known color: Electric Indigo. HEX triplet: 5E, 02 and E8. RGB value is (94,2,232). Sum of RGB (Red+Green+Blue) = 94+2+232=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 232 (91.02% from 255 or 70.73% from 328); Max value from RGB is 232 - color contains mainly: blue. Hex color #5E02E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E02E8 is #A1FD17. Grayscale: #363636. Windows color (decimal): -10616088 or 15204958. OLE color: 15204958.

HSL color Cylindrical-coordinate representation of color #5E02E8: hue angle of 264º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02E8 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 94 2 232 -
CMYK 0.59 0.99 0 0.09
HSL 264º 0.98% 0.46% -
HSV(B) 264º 0.99% 0.91% -
XYZ 19.2 8.25 76.92 -
YUV 55.73 227.48 155.3 -
System Red Green Blue C M Y K H S L
Decimal 94 2 232 0.59 0.99 0 0.09 264 0.98 0.46
Hex 5E 2 E8 3B 63 0 9 108 62 2E
Octal 136 2 350 73 143 0 11 410 142 56
Binary 1011110 10 11101000 111011 1100011 0 1001 100001000 1100010 101110

Color Harmonies of #5E02E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E02E8

Black with #5E02E8

Text Example


Text Example

White with #5E02E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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