Html Css Color HEX #721EFA Electric Indigo

📋 copy color: '#721EFA'

red 114 ◦ green 30 ◦ blue 250

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

Shades of Electric Indigo #721EFA

Tints of Electric Indigo #721EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

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

R = 28.93%
G = 7.61%
B = 63.45%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#721EFA (or 0x721EFA) is known color: Electric Indigo. HEX triplet: 72, 1E and FA. RGB value is (114,30,250). Sum of RGB (Red+Green+Blue) = 114+30+250=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #721EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721EFA is #8DE105. Grayscale: #4F4F4F. Windows color (decimal): -9298182 or 16391794. OLE color: 16391794.

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

Color convert

RGB 114 30 250 -
CMYK 0.54 0.88 0 0.02
HSL 262.91º 0.96% 0.55% -
HSV(B) 262.91º 0.88% 0.98% -
XYZ 24.66 11.41 91.34 -
YUV 80.2 223.83 152.11 -
System Red Green Blue C M Y K H S L
Decimal 114 30 250 0.54 0.88 0 0.02 262.91 0.96 0.55
Hex 72 1E FA 36 58 0 2 107 60 37
Octal 162 36 372 66 130 0 2 407 140 67
Binary 1110010 11110 11111010 110110 1011000 0 10 100000111 1100000 110111

Color Harmonies of #721EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EFA

Black with #721EFA

Text Example


Text Example

White with #721EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721EFA; }

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

 H1.HeaderClassName
 {
   color: #721EFA;
 }
 .AnyTagClassName
 {
   color: #721EFA;
 }
</style>

background-color css

<style>
 a { background-color: #721EFA; }

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

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

border-color css

<style>
 span { border-color: #721EFA; }

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

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