Html Css Color HEX #720EEF Electric Indigo

📋 copy color: '#720EEF'

red 114 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #720EEF

Tints of Electric Indigo #720EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 31.06%
G = 3.81%
B = 65.12%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#720EEF (or 0x720EEF) is known color: Electric Indigo. HEX triplet: 72, 0E and EF. RGB value is (114,14,239). Sum of RGB (Red+Green+Blue) = 114+14+239=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #720EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720EEF is #8DF110. Grayscale: #444444. Windows color (decimal): -9302289 or 15666802. OLE color: 15666802.

HSL color Cylindrical-coordinate representation of color #720EEF: hue angle of 266.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720EEF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 14 239 -
CMYK 0.52 0.94 0 0.06
HSL 266.67º 0.89% 0.5% -
HSV(B) 266.67º 0.94% 0.94% -
XYZ 22.68 10.12 82.42 -
YUV 69.55 223.63 159.7 -
System Red Green Blue C M Y K H S L
Decimal 114 14 239 0.52 0.94 0 0.06 266.67 0.89 0.5
Hex 72 E EF 34 5E 0 6 10B 59 32
Octal 162 16 357 64 136 0 6 413 131 62
Binary 1110010 1110 11101111 110100 1011110 0 110 100001011 1011001 110010

Color Harmonies of #720EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EEF

Black with #720EEF

Text Example


Text Example

White with #720EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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