Html Css Color HEX #5E01DC Electric Indigo

📋 copy color: '#5E01DC'

red 94 ◦ green 1 ◦ blue 220

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

Shades of Electric Indigo #5E01DC

Tints of Electric Indigo #5E01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 29.84%
G = 0.32%
B = 69.84%

CMYK

 C value IS 0.57

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E01DC (or 0x5E01DC) is known color: Electric Indigo. HEX triplet: 5E, 01 and DC. RGB value is (94,1,220). Sum of RGB (Red+Green+Blue) = 94+1+220=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E01DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E01DC is #A1FE23. Grayscale: #343434. Windows color (decimal): -10616356 or 14418270. OLE color: 14418270.

HSL color Cylindrical-coordinate representation of color #5E01DC: hue angle of 265.48º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01DC is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 1 220 -
CMYK 0.57 1.00 0 0.14
HSL 265.48º 0.99% 0.43% -
HSV(B) 265.48º 1% 0.86% -
XYZ 17.55 7.57 68.25 -
YUV 53.77 221.81 156.69 -
System Red Green Blue C M Y K H S L
Decimal 94 1 220 0.57 1.00 0 0.14 265.48 0.99 0.43
Hex 5E 1 DC 39 64 0 E 109 63 2B
Octal 136 1 334 71 144 0 16 411 143 53
Binary 1011110 1 11011100 111001 1100100 0 1110 100001001 1100011 101011

Color Harmonies of #5E01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E01DC

Black with #5E01DC

Text Example


Text Example

White with #5E01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,1,220); }

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

background-color css

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

 a { background-color: rgb(94,1,220); }

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

border-color css

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

 span { border-color: rgb(94,1,220); }

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