Html Css Color HEX #5E07DA Electric Indigo

📋 copy color: '#5E07DA'

red 94 ◦ green 7 ◦ blue 218

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

Shades of Electric Indigo #5E07DA

Tints of Electric Indigo #5E07DA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 29.47%
G = 2.19%
B = 68.34%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E07DA (or 0x5E07DA) is known color: Electric Indigo. HEX triplet: 5E, 07 and DA. RGB value is (94,7,218). Sum of RGB (Red+Green+Blue) = 94+7+218=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E07DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E07DA is #A1F825. Grayscale: #383838. Windows color (decimal): -10614822 or 14288734. OLE color: 14288734.

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

Color convert

RGB 94 7 218 -
CMYK 0.57 0.97 0 0.15
HSL 264.74º 0.94% 0.44% -
HSV(B) 264.74º 0.97% 0.85% -
XYZ 17.35 7.59 66.88 -
YUV 57.07 218.82 154.34 -
System Red Green Blue C M Y K H S L
Decimal 94 7 218 0.57 0.97 0 0.15 264.74 0.94 0.44
Hex 5E 7 DA 39 61 0 F 109 5E 2C
Octal 136 7 332 71 141 0 17 411 136 54
Binary 1011110 111 11011010 111001 1100001 0 1111 100001001 1011110 101100

Color Harmonies of #5E07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E07DA

Black with #5E07DA

Text Example


Text Example

White with #5E07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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