Html Css Color HEX #730EF7 Electric Indigo

📋 copy color: '#730EF7'

red 115 ◦ green 14 ◦ blue 247

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

Shades of Electric Indigo #730EF7

Tints of Electric Indigo #730EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 65.69%

R = 30.59%
G = 3.72%
B = 65.69%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#730EF7 (or 0x730EF7) is known color: Electric Indigo. HEX triplet: 73, 0E and F7. RGB value is (115,14,247). Sum of RGB (Red+Green+Blue) = 115+14+247=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 247 (96.88% from 255 or 65.69% from 376); Max value from RGB is 247 - color contains mainly: blue. Hex color #730EF7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EF7 is #8CF108. Grayscale: #454545. Windows color (decimal): -9236745 or 16191091. OLE color: 16191091.

HSL color Cylindrical-coordinate representation of color #730EF7: hue angle of 266.01º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EF7 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 14 247 -
CMYK 0.53 0.94 0 0.03
HSL 266.01º 0.94% 0.51% -
HSV(B) 266.01º 0.94% 0.97% -
XYZ 24.02 10.67 88.79 -
YUV 70.76 227.46 159.55 -
System Red Green Blue C M Y K H S L
Decimal 115 14 247 0.53 0.94 0 0.03 266.01 0.94 0.51
Hex 73 E F7 35 5E 0 3 10A 5E 33
Octal 163 16 367 65 136 0 3 412 136 63
Binary 1110011 1110 11110111 110101 1011110 0 11 100001010 1011110 110011

Color Harmonies of #730EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EF7

Black with #730EF7

Text Example


Text Example

White with #730EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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