Html Css Color HEX #720FFE Electric Indigo

📋 copy color: '#720FFE'

red 114 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #720FFE

Tints of Electric Indigo #720FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.92%

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

R = 29.77%
G = 3.92%
B = 66.32%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#720FFE (or 0x720FFE) is known color: Electric Indigo. HEX triplet: 72, 0F and FE. RGB value is (114,15,254). Sum of RGB (Red+Green+Blue) = 114+15+254=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #720FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720FFE is #8DF001. Grayscale: #464646. Windows color (decimal): -9302018 or 16650098. OLE color: 16650098.

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

Color convert

RGB 114 15 254 -
CMYK 0.55 0.94 0 0.00
HSL 264.85º 0.99% 0.53% -
HSV(B) 264.85º 0.94% 1% -
XYZ 25 11.07 94.59 -
YUV 71.85 230.8 158.07 -
System Red Green Blue C M Y K H S L
Decimal 114 15 254 0.55 0.94 0 0.00 264.85 0.99 0.53
Hex 72 F FE 37 5E 0 0 109 63 35
Octal 162 17 376 67 136 0 0 411 143 65
Binary 1110010 1111 11111110 110111 1011110 0 0 100001001 1100011 110101

Color Harmonies of #720FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FFE

Black with #720FFE

Text Example


Text Example

White with #720FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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