Html Css Color HEX #730EFE Electric Indigo

📋 copy color: '#730EFE'

red 115 ◦ green 14 ◦ blue 254

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

Shades of Electric Indigo #730EFE

Tints of Electric Indigo #730EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.32%

R = 30.03%
G = 3.66%
B = 66.32%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#730EFE (or 0x730EFE) is known color: Electric Indigo. HEX triplet: 73, 0E and FE. RGB value is (115,14,254). Sum of RGB (Red+Green+Blue) = 115+14+254=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #730EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EFE is #8CF101. Grayscale: #464646. Windows color (decimal): -9236738 or 16649843. OLE color: 16649843.

HSL color Cylindrical-coordinate representation of color #730EFE: hue angle of 265.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EFE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 14 254 -
CMYK 0.55 0.94 0 0.00
HSL 265.25º 0.99% 0.53% -
HSV(B) 265.25º 0.94% 1% -
XYZ 25.12 11.11 94.59 -
YUV 71.56 230.96 158.99 -
System Red Green Blue C M Y K H S L
Decimal 115 14 254 0.55 0.94 0 0.00 265.25 0.99 0.53
Hex 73 E FE 37 5E 0 0 109 63 35
Octal 163 16 376 67 136 0 0 411 143 65
Binary 1110011 1110 11111110 110111 1011110 0 0 100001001 1100011 110101

Color Harmonies of #730EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EFE

Black with #730EFE

Text Example


Text Example

White with #730EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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