Html Css Color HEX #5E06EA Electric Indigo

📋 copy color: '#5E06EA'

red 94 ◦ green 6 ◦ blue 234

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

Shades of Electric Indigo #5E06EA

Tints of Electric Indigo #5E06EA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.8%

 BLUE value IS 234 (91.8% from 255) = 70.06%

R = 28.14%
G = 1.8%
B = 70.06%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E06EA (or 0x5E06EA) is known color: Electric Indigo. HEX triplet: 5E, 06 and EA. RGB value is (94,6,234). Sum of RGB (Red+Green+Blue) = 94+6+234=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E06EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E06EA is #A1F915. Grayscale: #393939. Windows color (decimal): -10615062 or 15337054. OLE color: 15337054.

HSL color Cylindrical-coordinate representation of color #5E06EA: hue angle of 263.16º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E06EA is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 6 234 -
CMYK 0.60 0.97 0 0.08
HSL 263.16º 0.95% 0.47% -
HSV(B) 263.16º 0.97% 0.92% -
XYZ 19.53 8.45 78.44 -
YUV 58.3 227.15 153.46 -
System Red Green Blue C M Y K H S L
Decimal 94 6 234 0.60 0.97 0 0.08 263.16 0.95 0.47
Hex 5E 6 EA 3C 61 0 8 107 5F 2F
Octal 136 6 352 74 141 0 10 407 137 57
Binary 1011110 110 11101010 111100 1100001 0 1000 100000111 1011111 101111

Color Harmonies of #5E06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E06EA

Black with #5E06EA

Text Example


Text Example

White with #5E06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,6,234); }

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

background-color css

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

 a { background-color: rgb(94,6,234); }

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

border-color css

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

 span { border-color: rgb(94,6,234); }

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