Html Css Color HEX #730EEE Electric Indigo

📋 copy color: '#730EEE'

red 115 ◦ green 14 ◦ blue 238

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

Shades of Electric Indigo #730EEE

Tints of Electric Indigo #730EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.85%

R = 31.34%
G = 3.81%
B = 64.85%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#730EEE (or 0x730EEE) is known color: Electric Indigo. HEX triplet: 73, 0E and EE. RGB value is (115,14,238). Sum of RGB (Red+Green+Blue) = 115+14+238=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #730EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EEE is #8CF111. Grayscale: #444444. Windows color (decimal): -9236754 or 15601267. OLE color: 15601267.

HSL color Cylindrical-coordinate representation of color #730EEE: hue angle of 267.05º 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 #730EEE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 14 238 -
CMYK 0.52 0.94 0 0.07
HSL 267.05º 0.89% 0.49% -
HSV(B) 267.05º 0.94% 0.93% -
XYZ 22.66 10.13 81.65 -
YUV 69.74 222.96 160.29 -
System Red Green Blue C M Y K H S L
Decimal 115 14 238 0.52 0.94 0 0.07 267.05 0.89 0.49
Hex 73 E EE 34 5E 0 7 10B 59 31
Octal 163 16 356 64 136 0 7 413 131 61
Binary 1110011 1110 11101110 110100 1011110 0 111 100001011 1011001 110001

Color Harmonies of #730EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EEE

Black with #730EEE

Text Example


Text Example

White with #730EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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