Html Css Color HEX #720AF0 Electric Indigo

📋 copy color: '#720AF0'

red 114 ◦ green 10 ◦ blue 240

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

Shades of Electric Indigo #720AF0

Tints of Electric Indigo #720AF0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 240 (94.14% from 255) = 65.93%

R = 31.32%
G = 2.75%
B = 65.93%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#720AF0 (or 0x720AF0) is known color: Electric Indigo. HEX triplet: 72, 0A and F0. RGB value is (114,10,240). Sum of RGB (Red+Green+Blue) = 114+10+240=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #720AF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720AF0 is #8DF50F. Grayscale: #424242. Windows color (decimal): -9303312 or 15731314. OLE color: 15731314.

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

Color convert

RGB 114 10 240 -
CMYK 0.52 0.96 0 0.06
HSL 267.13º 0.92% 0.49% -
HSV(B) 267.13º 0.96% 0.94% -
XYZ 22.78 10.09 83.18 -
YUV 67.32 225.46 161.3 -
System Red Green Blue C M Y K H S L
Decimal 114 10 240 0.52 0.96 0 0.06 267.13 0.92 0.49
Hex 72 A F0 34 60 0 6 10B 5C 31
Octal 162 12 360 64 140 0 6 413 134 61
Binary 1110010 1010 11110000 110100 1100000 0 110 100001011 1011100 110001

Color Harmonies of #720AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720AF0

Black with #720AF0

Text Example


Text Example

White with #720AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,10,240); }

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

background-color css

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

 a { background-color: rgb(114,10,240); }

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

border-color css

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

 span { border-color: rgb(114,10,240); }

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