Html Css Color HEX #730EFC Electric Indigo

📋 copy color: '#730EFC'

red 115 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #730EFC

Tints of Electric Indigo #730EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 30.18%
G = 3.67%
B = 66.14%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#730EFC (or 0x730EFC) is known color: Electric Indigo. HEX triplet: 73, 0E and FC. RGB value is (115,14,252). Sum of RGB (Red+Green+Blue) = 115+14+252=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #730EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EFC is #8CF103. Grayscale: #464646. Windows color (decimal): -9236740 or 16518771. OLE color: 16518771.

HSL color Cylindrical-coordinate representation of color #730EFC: hue angle of 265.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EFC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 14 252 -
CMYK 0.54 0.94 0 0.01
HSL 265.46º 0.98% 0.52% -
HSV(B) 265.46º 0.94% 0.99% -
XYZ 24.8 10.99 92.91 -
YUV 71.33 229.96 159.15 -
System Red Green Blue C M Y K H S L
Decimal 115 14 252 0.54 0.94 0 0.01 265.46 0.98 0.52
Hex 73 E FC 36 5E 0 1 109 62 34
Octal 163 16 374 66 136 0 1 411 142 64
Binary 1110011 1110 11111100 110110 1011110 0 1 100001001 1100010 110100

Color Harmonies of #730EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EFC

Black with #730EFC

Text Example


Text Example

White with #730EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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