Html Css Color HEX #5E09DF Electric Indigo

📋 copy color: '#5E09DF'

red 94 ◦ green 9 ◦ blue 223

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

Shades of Electric Indigo #5E09DF

Tints of Electric Indigo #5E09DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.76%

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 28.83%
G = 2.76%
B = 68.4%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E09DF (or 0x5E09DF) is known color: Electric Indigo. HEX triplet: 5E, 09 and DF. RGB value is (94,9,223). Sum of RGB (Red+Green+Blue) = 94+9+223=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E09DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E09DF is #A1F620. Grayscale: #3A3A3A. Windows color (decimal): -10614305 or 14616926. OLE color: 14616926.

HSL color Cylindrical-coordinate representation of color #5E09DF: hue angle of 263.83º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E09DF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 9 223 -
CMYK 0.58 0.96 0 0.13
HSL 263.83º 0.92% 0.45% -
HSV(B) 263.83º 0.96% 0.87% -
XYZ 18.03 7.9 70.39 -
YUV 58.81 220.66 153.1 -
System Red Green Blue C M Y K H S L
Decimal 94 9 223 0.58 0.96 0 0.13 263.83 0.92 0.45
Hex 5E 9 DF 3A 60 0 D 108 5C 2D
Octal 136 11 337 72 140 0 15 410 134 55
Binary 1011110 1001 11011111 111010 1100000 0 1101 100001000 1011100 101101

Color Harmonies of #5E09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E09DF

Black with #5E09DF

Text Example


Text Example

White with #5E09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,9,223); }

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

background-color css

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

 a { background-color: rgb(94,9,223); }

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

border-color css

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

 span { border-color: rgb(94,9,223); }

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