Html Css Color HEX #730EEF Electric Indigo

📋 copy color: '#730EEF'

red 115 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #730EEF

Tints of Electric Indigo #730EEF

RGB

 RED value IS 115 (45.31% from 255) = 31.25%

 GREEN value IS 14 (5.86% from 255) = 3.8%

 BLUE value IS 239 (93.75% from 255) = 64.95%

R = 31.25%
G = 3.8%
B = 64.95%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#730EEF (or 0x730EEF) is known color: Electric Indigo. HEX triplet: 73, 0E and EF. RGB value is (115,14,239). Sum of RGB (Red+Green+Blue) = 115+14+239=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #730EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EEF is #8CF110. Grayscale: #454545. Windows color (decimal): -9236753 or 15666803. OLE color: 15666803.

HSL color Cylindrical-coordinate representation of color #730EEF: hue angle of 266.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EEF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 14 239 -
CMYK 0.52 0.94 0 0.06
HSL 266.93º 0.89% 0.5% -
HSV(B) 266.93º 0.94% 0.94% -
XYZ 22.81 10.19 82.43 -
YUV 69.85 223.46 160.2 -
System Red Green Blue C M Y K H S L
Decimal 115 14 239 0.52 0.94 0 0.06 266.93 0.89 0.5
Hex 73 E EF 34 5E 0 6 10B 59 32
Octal 163 16 357 64 136 0 6 413 131 62
Binary 1110011 1110 11101111 110100 1011110 0 110 100001011 1011001 110010

Color Harmonies of #730EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EEF

Black with #730EEF

Text Example


Text Example

White with #730EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730EEF; }

 p { color: rgb(115,14,239); }

 H1.HeaderClassName
 {
   color: #730EEF;
 }
 .AnyTagClassName
 {
   color: #730EEF;
 }
</style>

background-color css

<style>
 a { background-color: #730EEF; }

 a { background-color: rgb(115,14,239); }

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

border-color css

<style>
 span { border-color: #730EEF; }

 span { border-color: rgb(115,14,239); }

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