Html Css Color HEX #720FE3 Electric Indigo

📋 copy color: '#720FE3'

red 114 ◦ green 15 ◦ blue 227

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

Shades of Electric Indigo #720FE3

Tints of Electric Indigo #720FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 63.76%

R = 32.02%
G = 4.21%
B = 63.76%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#720FE3 (or 0x720FE3) is known color: Electric Indigo. HEX triplet: 72, 0F and E3. RGB value is (114,15,227). Sum of RGB (Red+Green+Blue) = 114+15+227=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #720FE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FE3 is #8DF01C. Grayscale: #444444. Windows color (decimal): -9302045 or 14880626. OLE color: 14880626.

HSL color Cylindrical-coordinate representation of color #720FE3: hue angle of 268.02º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720FE3 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 15 227 -
CMYK 0.50 0.93 0 0.11
HSL 268.02º 0.88% 0.47% -
HSV(B) 268.02º 0.93% 0.89% -
XYZ 20.98 9.47 73.39 -
YUV 68.77 217.3 160.26 -
System Red Green Blue C M Y K H S L
Decimal 114 15 227 0.50 0.93 0 0.11 268.02 0.88 0.47
Hex 72 F E3 32 5D 0 B 10C 58 2F
Octal 162 17 343 62 135 0 13 414 130 57
Binary 1110010 1111 11100011 110010 1011101 0 1011 100001100 1011000 101111

Color Harmonies of #720FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FE3

Black with #720FE3

Text Example


Text Example

White with #720FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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