Html Css Color HEX #730EF4 Electric Indigo

📋 copy color: '#730EF4'

red 115 ◦ green 14 ◦ blue 244

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

Shades of Electric Indigo #730EF4

Tints of Electric Indigo #730EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 65.42%

R = 30.83%
G = 3.75%
B = 65.42%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#730EF4 (or 0x730EF4) is known color: Electric Indigo. HEX triplet: 73, 0E and F4. RGB value is (115,14,244). Sum of RGB (Red+Green+Blue) = 115+14+244=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #730EF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EF4 is #8CF10B. Grayscale: #454545. Windows color (decimal): -9236748 or 15994483. OLE color: 15994483.

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

Color convert

RGB 115 14 244 -
CMYK 0.53 0.94 0 0.04
HSL 266.35º 0.91% 0.51% -
HSV(B) 266.35º 0.94% 0.96% -
XYZ 23.56 10.49 86.37 -
YUV 70.42 225.96 159.8 -
System Red Green Blue C M Y K H S L
Decimal 115 14 244 0.53 0.94 0 0.04 266.35 0.91 0.51
Hex 73 E F4 35 5E 0 4 10A 5B 33
Octal 163 16 364 65 136 0 4 412 133 63
Binary 1110011 1110 11110100 110101 1011110 0 100 100001010 1011011 110011

Color Harmonies of #730EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EF4

Black with #730EF4

Text Example


Text Example

White with #730EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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