Html Css Color HEX #720EFC Electric Indigo

📋 copy color: '#720EFC'

red 114 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #720EFC

Tints of Electric Indigo #720EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.32%

R = 30%
G = 3.68%
B = 66.32%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#720EFC (or 0x720EFC) is known color: Electric Indigo. HEX triplet: 72, 0E and FC. RGB value is (114,14,252). Sum of RGB (Red+Green+Blue) = 114+14+252=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #720EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720EFC is #8DF103. Grayscale: #464646. Windows color (decimal): -9302276 or 16518770. OLE color: 16518770.

HSL color Cylindrical-coordinate representation of color #720EFC: hue angle of 265.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720EFC is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 14 252 -
CMYK 0.55 0.94 0 0.01
HSL 265.21º 0.98% 0.52% -
HSV(B) 265.21º 0.94% 0.99% -
XYZ 24.67 10.92 92.9 -
YUV 71.03 230.13 158.65 -
System Red Green Blue C M Y K H S L
Decimal 114 14 252 0.55 0.94 0 0.01 265.21 0.98 0.52
Hex 72 E FC 37 5E 0 1 109 62 34
Octal 162 16 374 67 136 0 1 411 142 64
Binary 1110010 1110 11111100 110111 1011110 0 1 100001001 1100010 110100

Color Harmonies of #720EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EFC

Black with #720EFC

Text Example


Text Example

White with #720EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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