Html Css Color HEX #730FEC Electric Indigo

📋 copy color: '#730FEC'

red 115 ◦ green 15 ◦ blue 236

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

Shades of Electric Indigo #730FEC

Tints of Electric Indigo #730FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 31.42%
G = 4.1%
B = 64.48%

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

#730FEC (or 0x730FEC) is known color: Electric Indigo. HEX triplet: 73, 0F and EC. RGB value is (115,15,236). Sum of RGB (Red+Green+Blue) = 115+15+236=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #730FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FEC is #8CF013. Grayscale: #454545. Windows color (decimal): -9236500 or 15470451. OLE color: 15470451.

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

Color convert

RGB 115 15 236 -
CMYK 0.51 0.94 0 0.07
HSL 267.15º 0.88% 0.49% -
HSV(B) 267.15º 0.94% 0.93% -
XYZ 22.38 10.04 80.12 -
YUV 70.09 221.63 160.03 -
System Red Green Blue C M Y K H S L
Decimal 115 15 236 0.51 0.94 0 0.07 267.15 0.88 0.49
Hex 73 F EC 33 5E 0 7 10B 58 31
Octal 163 17 354 63 136 0 7 413 130 61
Binary 1110011 1111 11101100 110011 1011110 0 111 100001011 1011000 110001

Color Harmonies of #730FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FEC

Black with #730FEC

Text Example


Text Example

White with #730FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,236); }

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

background-color css

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

 a { background-color: rgb(115,15,236); }

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

border-color css

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

 span { border-color: rgb(115,15,236); }

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