Html Css Color HEX #5E05DA Electric Indigo

📋 copy color: '#5E05DA'

red 94 ◦ green 5 ◦ blue 218

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

Shades of Electric Indigo #5E05DA

Tints of Electric Indigo #5E05DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 29.65%
G = 1.58%
B = 68.77%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E05DA (or 0x5E05DA) is known color: Electric Indigo. HEX triplet: 5E, 05 and DA. RGB value is (94,5,218). Sum of RGB (Red+Green+Blue) = 94+5+218=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E05DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E05DA is #A1FA25. Grayscale: #373737. Windows color (decimal): -10615334 or 14288222. OLE color: 14288222.

HSL color Cylindrical-coordinate representation of color #5E05DA: hue angle of 265.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E05DA is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 5 218 -
CMYK 0.57 0.98 0 0.15
HSL 265.07º 0.96% 0.44% -
HSV(B) 265.07º 0.98% 0.85% -
XYZ 17.33 7.55 66.87 -
YUV 55.89 219.49 155.18 -
System Red Green Blue C M Y K H S L
Decimal 94 5 218 0.57 0.98 0 0.15 265.07 0.96 0.44
Hex 5E 5 DA 39 62 0 F 109 60 2C
Octal 136 5 332 71 142 0 17 411 140 54
Binary 1011110 101 11011010 111001 1100010 0 1111 100001001 1100000 101100

Color Harmonies of #5E05DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E05DA

Black with #5E05DA

Text Example


Text Example

White with #5E05DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,218); }

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

background-color css

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

 a { background-color: rgb(94,5,218); }

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

border-color css

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

 span { border-color: rgb(94,5,218); }

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