Html Css Color HEX #720CFA Electric Indigo

📋 copy color: '#720CFA'

red 114 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #720CFA

Tints of Electric Indigo #720CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.19%

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 30.32%
G = 3.19%
B = 66.49%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#720CFA (or 0x720CFA) is known color: Electric Indigo. HEX triplet: 72, 0C and FA. RGB value is (114,12,250). Sum of RGB (Red+Green+Blue) = 114+12+250=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #720CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720CFA is #8DF305. Grayscale: #444444. Windows color (decimal): -9302790 or 16387186. OLE color: 16387186.

HSL color Cylindrical-coordinate representation of color #720CFA: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CFA is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 12 250 -
CMYK 0.54 0.95 0 0.02
HSL 265.71º 0.96% 0.51% -
HSV(B) 265.71º 0.95% 0.98% -
XYZ 24.33 10.74 91.23 -
YUV 69.63 229.79 159.65 -
System Red Green Blue C M Y K H S L
Decimal 114 12 250 0.54 0.95 0 0.02 265.71 0.96 0.51
Hex 72 C FA 36 5F 0 2 10A 60 33
Octal 162 14 372 66 137 0 2 412 140 63
Binary 1110010 1100 11111010 110110 1011111 0 10 100001010 1100000 110011

Color Harmonies of #720CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720CFA

Black with #720CFA

Text Example


Text Example

White with #720CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,12,250); }

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

background-color css

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

 a { background-color: rgb(114,12,250); }

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

border-color css

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

 span { border-color: rgb(114,12,250); }

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