Html Css Color HEX #5E07DB Electric Indigo

📋 copy color: '#5E07DB'

red 94 ◦ green 7 ◦ blue 219

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

Shades of Electric Indigo #5E07DB

Tints of Electric Indigo #5E07DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.44%

R = 29.38%
G = 2.19%
B = 68.44%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E07DB (or 0x5E07DB) is known color: Electric Indigo. HEX triplet: 5E, 07 and DB. RGB value is (94,7,219). Sum of RGB (Red+Green+Blue) = 94+7+219=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E07DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E07DB is #A1F824. Grayscale: #383838. Windows color (decimal): -10614821 or 14354270. OLE color: 14354270.

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

Color convert

RGB 94 7 219 -
CMYK 0.57 0.97 0 0.14
HSL 264.62º 0.94% 0.44% -
HSV(B) 264.62º 0.97% 0.86% -
XYZ 17.48 7.65 67.57 -
YUV 57.18 219.32 154.26 -
System Red Green Blue C M Y K H S L
Decimal 94 7 219 0.57 0.97 0 0.14 264.62 0.94 0.44
Hex 5E 7 DB 39 61 0 E 109 5E 2C
Octal 136 7 333 71 141 0 16 411 136 54
Binary 1011110 111 11011011 111001 1100001 0 1110 100001001 1011110 101100

Color Harmonies of #5E07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E07DB

Black with #5E07DB

Text Example


Text Example

White with #5E07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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