Html Css Color HEX #720EE4 Electric Indigo

📋 copy color: '#720EE4'

red 114 ◦ green 14 ◦ blue 228

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

Shades of Electric Indigo #720EE4

Tints of Electric Indigo #720EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 64.04%

R = 32.02%
G = 3.93%
B = 64.04%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#720EE4 (or 0x720EE4) is known color: Electric Indigo. HEX triplet: 72, 0E and E4. RGB value is (114,14,228). Sum of RGB (Red+Green+Blue) = 114+14+228=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #720EE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EE4 is #8DF11B. Grayscale: #434343. Windows color (decimal): -9302300 or 14945906. OLE color: 14945906.

HSL color Cylindrical-coordinate representation of color #720EE4: hue angle of 268.04º 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 #720EE4 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 14 228 -
CMYK 0.50 0.94 0 0.11
HSL 268.04º 0.88% 0.47% -
HSV(B) 268.04º 0.94% 0.89% -
XYZ 21.1 9.49 74.12 -
YUV 68.3 218.13 160.6 -
System Red Green Blue C M Y K H S L
Decimal 114 14 228 0.50 0.94 0 0.11 268.04 0.88 0.47
Hex 72 E E4 32 5E 0 B 10C 58 2F
Octal 162 16 344 62 136 0 13 414 130 57
Binary 1110010 1110 11100100 110010 1011110 0 1011 100001100 1011000 101111

Color Harmonies of #720EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EE4

Black with #720EE4

Text Example


Text Example

White with #720EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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