Html Css Color HEX #720AFE Electric Indigo

📋 copy color: '#720AFE'

red 114 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #720AFE

Tints of Electric Indigo #720AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.2%

R = 30.16%
G = 2.65%
B = 67.2%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#720AFE (or 0x720AFE) is known color: Electric Indigo. HEX triplet: 72, 0A and FE. RGB value is (114,10,254). Sum of RGB (Red+Green+Blue) = 114+10+254=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #720AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720AFE is #8DF501. Grayscale: #444444. Windows color (decimal): -9303298 or 16648818. OLE color: 16648818.

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

Color convert

RGB 114 10 254 -
CMYK 0.55 0.96 0 0.00
HSL 265.57º 0.99% 0.52% -
HSV(B) 265.57º 0.96% 1% -
XYZ 24.94 10.95 94.57 -
YUV 68.91 232.46 160.16 -
System Red Green Blue C M Y K H S L
Decimal 114 10 254 0.55 0.96 0 0.00 265.57 0.99 0.52
Hex 72 A FE 37 60 0 0 10A 63 34
Octal 162 12 376 67 140 0 0 412 143 64
Binary 1110010 1010 11111110 110111 1100000 0 0 100001010 1100011 110100

Color Harmonies of #720AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720AFE

Black with #720AFE

Text Example


Text Example

White with #720AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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