Html Css Color HEX #720EE0 Electric Indigo

📋 copy color: '#720EE0'

red 114 ◦ green 14 ◦ blue 224

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

Shades of Electric Indigo #720EE0

Tints of Electric Indigo #720EE0

RGB

 RED value IS 114 (44.92% from 255) = 32.39%

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

 BLUE value IS 224 (87.89% from 255) = 63.64%

R = 32.39%
G = 3.98%
B = 63.64%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#720EE0 (or 0x720EE0) is known color: Electric Indigo. HEX triplet: 72, 0E and E0. RGB value is (114,14,224). Sum of RGB (Red+Green+Blue) = 114+14+224=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #720EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EE0 is #8DF11F. Grayscale: #434343. Windows color (decimal): -9302304 or 14683762. OLE color: 14683762.

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

Color convert

RGB 114 14 224 -
CMYK 0.49 0.94 0 0.12
HSL 268.57º 0.88% 0.47% -
HSV(B) 268.57º 0.94% 0.88% -
XYZ 20.55 9.27 71.23 -
YUV 67.84 216.13 160.92 -
System Red Green Blue C M Y K H S L
Decimal 114 14 224 0.49 0.94 0 0.12 268.57 0.88 0.47
Hex 72 E E0 31 5E 0 C 10D 58 2F
Octal 162 16 340 61 136 0 14 415 130 57
Binary 1110010 1110 11100000 110001 1011110 0 1100 100001101 1011000 101111

Color Harmonies of #720EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EE0

Black with #720EE0

Text Example


Text Example

White with #720EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720EE0; }

 p { color: rgb(114,14,224); }

 H1.HeaderClassName
 {
   color: #720EE0;
 }
 .AnyTagClassName
 {
   color: #720EE0;
 }
</style>

background-color css

<style>
 a { background-color: #720EE0; }

 a { background-color: rgb(114,14,224); }

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

border-color css

<style>
 span { border-color: #720EE0; }

 span { border-color: rgb(114,14,224); }

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