Html Css Color HEX #720EDF Electric Indigo

📋 copy color: '#720EDF'

red 114 ◦ green 14 ◦ blue 223

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

Shades of Electric Indigo #720EDF

Tints of Electric Indigo #720EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 32.48%
G = 3.99%
B = 63.53%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#720EDF (or 0x720EDF) is known color: Electric Indigo. HEX triplet: 72, 0E and DF. RGB value is (114,14,223). Sum of RGB (Red+Green+Blue) = 114+14+223=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #720EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EDF is #8DF120. Grayscale: #424242. Windows color (decimal): -9302305 or 14618226. OLE color: 14618226.

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

Color convert

RGB 114 14 223 -
CMYK 0.49 0.94 0 0.13
HSL 268.71º 0.88% 0.46% -
HSV(B) 268.71º 0.94% 0.87% -
XYZ 20.42 9.22 70.52 -
YUV 67.73 215.63 161.01 -
System Red Green Blue C M Y K H S L
Decimal 114 14 223 0.49 0.94 0 0.13 268.71 0.88 0.46
Hex 72 E DF 31 5E 0 D 10D 58 2E
Octal 162 16 337 61 136 0 15 415 130 56
Binary 1110010 1110 11011111 110001 1011110 0 1101 100001101 1011000 101110

Color Harmonies of #720EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EDF

Black with #720EDF

Text Example


Text Example

White with #720EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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