Html Css Color HEX #5E09DE Electric Indigo

📋 copy color: '#5E09DE'

red 94 ◦ green 9 ◦ blue 222

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

Shades of Electric Indigo #5E09DE

Tints of Electric Indigo #5E09DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 28.92%
G = 2.77%
B = 68.31%

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

#5E09DE (or 0x5E09DE) is known color: Electric Indigo. HEX triplet: 5E, 09 and DE. RGB value is (94,9,222). Sum of RGB (Red+Green+Blue) = 94+9+222=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E09DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E09DE is #A1F621. Grayscale: #393939. Windows color (decimal): -10614306 or 14551390. OLE color: 14551390.

HSL color Cylindrical-coordinate representation of color #5E09DE: hue angle of 263.94º 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 #5E09DE is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 9 222 -
CMYK 0.58 0.96 0 0.13
HSL 263.94º 0.92% 0.45% -
HSV(B) 263.94º 0.96% 0.87% -
XYZ 17.9 7.85 69.68 -
YUV 58.7 220.16 153.18 -
System Red Green Blue C M Y K H S L
Decimal 94 9 222 0.58 0.96 0 0.13 263.94 0.92 0.45
Hex 5E 9 DE 3A 60 0 D 108 5C 2D
Octal 136 11 336 72 140 0 15 410 134 55
Binary 1011110 1001 11011110 111010 1100000 0 1101 100001000 1011100 101101

Color Harmonies of #5E09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E09DE

Black with #5E09DE

Text Example


Text Example

White with #5E09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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