Html Css Color HEX #720EFF Electric Indigo

📋 copy color: '#720EFF'

red 114 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #720EFF

Tints of Electric Indigo #720EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.58%

R = 29.77%
G = 3.66%
B = 66.58%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#720EFF (or 0x720EFF) is known color: Electric Indigo. HEX triplet: 72, 0E and FF. RGB value is (114,14,255). Sum of RGB (Red+Green+Blue) = 114+14+255=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #720EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720EFF is #8DF100. Grayscale: #464646. Windows color (decimal): -9302273 or 16715378. OLE color: 16715378.

HSL color Cylindrical-coordinate representation of color #720EFF: hue angle of 264.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720EFF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 14 255 -
CMYK 0.55 0.95 0 0
HSL 264.9º 1% 0.53% -
HSV(B) 264.9º 0.95% 1% -
XYZ 25.15 11.11 95.43 -
YUV 71.37 231.63 158.4 -
System Red Green Blue C M Y K H S L
Decimal 114 14 255 0.55 0.95 0 0 264.9 1 0.53
Hex 72 E FF 37 5F 0 0 109 64 35
Octal 162 16 377 67 137 0 0 411 144 65
Binary 1110010 1110 11111111 110111 1011111 0 0 100001001 1100100 110101

Color Harmonies of #720EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EFF

Black with #720EFF

Text Example


Text Example

White with #720EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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