Html Css Color HEX #730EFF Electric Indigo

📋 copy color: '#730EFF'

red 115 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #730EFF

Tints of Electric Indigo #730EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 29.95%
G = 3.65%
B = 66.41%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#730EFF (or 0x730EFF) is known color: Electric Indigo. HEX triplet: 73, 0E and FF. RGB value is (115,14,255). Sum of RGB (Red+Green+Blue) = 115+14+255=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #730EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EFF is #8CF100. Grayscale: #464646. Windows color (decimal): -9236737 or 16715379. OLE color: 16715379.

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

Color convert

RGB 115 14 255 -
CMYK 0.55 0.95 0 0
HSL 265.15º 1% 0.53% -
HSV(B) 265.15º 0.95% 1% -
XYZ 25.28 11.18 95.43 -
YUV 71.67 231.46 158.9 -
System Red Green Blue C M Y K H S L
Decimal 115 14 255 0.55 0.95 0 0 265.15 1 0.53
Hex 73 E FF 37 5F 0 0 109 64 35
Octal 163 16 377 67 137 0 0 411 144 65
Binary 1110011 1110 11111111 110111 1011111 0 0 100001001 1100100 110101

Color Harmonies of #730EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EFF

Black with #730EFF

Text Example


Text Example

White with #730EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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