Html Css Color HEX #730EE3 Electric Indigo

📋 copy color: '#730EE3'

red 115 ◦ green 14 ◦ blue 227

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

Shades of Electric Indigo #730EE3

Tints of Electric Indigo #730EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 63.76%

R = 32.3%
G = 3.93%
B = 63.76%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#730EE3 (or 0x730EE3) is known color: Electric Indigo. HEX triplet: 73, 0E and E3. RGB value is (115,14,227). Sum of RGB (Red+Green+Blue) = 115+14+227=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #730EE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730EE3 is #8CF11C. Grayscale: #434343. Windows color (decimal): -9236765 or 14880371. OLE color: 14880371.

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

Color convert

RGB 115 14 227 -
CMYK 0.49 0.94 0 0.11
HSL 268.45º 0.88% 0.47% -
HSV(B) 268.45º 0.94% 0.89% -
XYZ 21.09 9.5 73.4 -
YUV 68.48 217.46 161.18 -
System Red Green Blue C M Y K H S L
Decimal 115 14 227 0.49 0.94 0 0.11 268.45 0.88 0.47
Hex 73 E E3 31 5E 0 B 10C 58 2F
Octal 163 16 343 61 136 0 13 414 130 57
Binary 1110011 1110 11100011 110001 1011110 0 1011 100001100 1011000 101111

Color Harmonies of #730EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EE3

Black with #730EE3

Text Example


Text Example

White with #730EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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