Html Css Color HEX #7219FA Electric Indigo

📋 copy color: '#7219FA'

red 114 ◦ green 25 ◦ blue 250

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

Shades of Electric Indigo #7219FA

Tints of Electric Indigo #7219FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.43%

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

R = 29.31%
G = 6.43%
B = 64.27%

CMYK

 C value IS 0.54

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7219FA (or 0x7219FA) is known color: Electric Indigo. HEX triplet: 72, 19 and FA. RGB value is (114,25,250). Sum of RGB (Red+Green+Blue) = 114+25+250=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #7219FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7219FA is #8DE605. Grayscale: #4C4C4C. Windows color (decimal): -9299462 or 16390514. OLE color: 16390514.

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

Color convert

RGB 114 25 250 -
CMYK 0.54 0.9 0 0.02
HSL 263.73º 0.96% 0.54% -
HSV(B) 263.73º 0.9% 0.98% -
XYZ 24.54 11.17 91.31 -
YUV 77.26 225.49 154.2 -
System Red Green Blue C M Y K H S L
Decimal 114 25 250 0.54 0.9 0 0.02 263.73 0.96 0.54
Hex 72 19 FA 36 5A 0 2 108 60 36
Octal 162 31 372 66 132 0 2 410 140 66
Binary 1110010 11001 11111010 110110 1011010 0 10 100001000 1100000 110110

Color Harmonies of #7219FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219FA

Black with #7219FA

Text Example


Text Example

White with #7219FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7219FA; }

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

 H1.HeaderClassName
 {
   color: #7219FA;
 }
 .AnyTagClassName
 {
   color: #7219FA;
 }
</style>

background-color css

<style>
 a { background-color: #7219FA; }

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

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

border-color css

<style>
 span { border-color: #7219FA; }

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

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