Html Css Color HEX #7219FF Electric Indigo

📋 copy color: '#7219FF'

red 114 ◦ green 25 ◦ blue 255

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

Shades of Electric Indigo #7219FF

Tints of Electric Indigo #7219FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.72%

R = 28.93%
G = 6.35%
B = 64.72%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7219FF (or 0x7219FF) is known color: Electric Indigo. HEX triplet: 72, 19 and FF. RGB value is (114,25,255). Sum of RGB (Red+Green+Blue) = 114+25+255=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #7219FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7219FF is #8DE600. Grayscale: #4D4D4D. Windows color (decimal): -9299457 or 16718194. OLE color: 16718194.

HSL color Cylindrical-coordinate representation of color #7219FF: hue angle of 263.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7219FF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 25 255 -
CMYK 0.55 0.90 0 0
HSL 263.22º 1% 0.55% -
HSV(B) 263.22º 0.9% 1% -
XYZ 25.34 11.49 95.49 -
YUV 77.83 227.99 153.8 -
System Red Green Blue C M Y K H S L
Decimal 114 25 255 0.55 0.90 0 0 263.22 1 0.55
Hex 72 19 FF 37 5A 0 0 107 64 37
Octal 162 31 377 67 132 0 0 407 144 67
Binary 1110010 11001 11111111 110111 1011010 0 0 100000111 1100100 110111

Color Harmonies of #7219FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219FF

Black with #7219FF

Text Example


Text Example

White with #7219FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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