Html Css Color HEX #730EED Electric Indigo

📋 copy color: '#730EED'

red 115 ◦ green 14 ◦ blue 237

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

Shades of Electric Indigo #730EED

Tints of Electric Indigo #730EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 31.42%
G = 3.83%
B = 64.75%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#730EED (or 0x730EED) is known color: Electric Indigo. HEX triplet: 73, 0E and ED. RGB value is (115,14,237). Sum of RGB (Red+Green+Blue) = 115+14+237=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #730EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EED is #8CF112. Grayscale: #444444. Windows color (decimal): -9236755 or 15535731. OLE color: 15535731.

HSL color Cylindrical-coordinate representation of color #730EED: hue angle of 267.17º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EED is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 14 237 -
CMYK 0.51 0.94 0 0.07
HSL 267.17º 0.89% 0.49% -
HSV(B) 267.17º 0.94% 0.93% -
XYZ 22.51 10.07 80.88 -
YUV 69.62 222.46 160.37 -
System Red Green Blue C M Y K H S L
Decimal 115 14 237 0.51 0.94 0 0.07 267.17 0.89 0.49
Hex 73 E ED 33 5E 0 7 10B 59 31
Octal 163 16 355 63 136 0 7 413 131 61
Binary 1110011 1110 11101101 110011 1011110 0 111 100001011 1011001 110001

Color Harmonies of #730EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EED

Black with #730EED

Text Example


Text Example

White with #730EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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