Html Css Color HEX #5E06E0 Electric Indigo

📋 copy color: '#5E06E0'

red 94 ◦ green 6 ◦ blue 224

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

Shades of Electric Indigo #5E06E0

Tints of Electric Indigo #5E06E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.14%

R = 29.01%
G = 1.85%
B = 69.14%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5E06E0 (or 0x5E06E0) is known color: Electric Indigo. HEX triplet: 5E, 06 and E0. RGB value is (94,6,224). Sum of RGB (Red+Green+Blue) = 94+6+224=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #5E06E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E06E0 is #A1F91F. Grayscale: #383838. Windows color (decimal): -10615072 or 14681694. OLE color: 14681694.

HSL color Cylindrical-coordinate representation of color #5E06E0: hue angle of 264.22º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E06E0 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 6 224 -
CMYK 0.58 0.97 0 0.12
HSL 264.22º 0.95% 0.45% -
HSV(B) 264.22º 0.97% 0.88% -
XYZ 18.14 7.89 71.09 -
YUV 57.16 222.15 154.27 -
System Red Green Blue C M Y K H S L
Decimal 94 6 224 0.58 0.97 0 0.12 264.22 0.95 0.45
Hex 5E 6 E0 3A 61 0 C 108 5F 2D
Octal 136 6 340 72 141 0 14 410 137 55
Binary 1011110 110 11100000 111010 1100001 0 1100 100001000 1011111 101101

Color Harmonies of #5E06E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E06E0

Black with #5E06E0

Text Example


Text Example

White with #5E06E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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