Html Css Color HEX #7219FE Electric Indigo

📋 copy color: '#7219FE'

red 114 ◦ green 25 ◦ blue 254

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

Shades of Electric Indigo #7219FE

Tints of Electric Indigo #7219FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.63%

R = 29.01%
G = 6.36%
B = 64.63%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7219FE (or 0x7219FE) is known color: Electric Indigo. HEX triplet: 72, 19 and FE. RGB value is (114,25,254). Sum of RGB (Red+Green+Blue) = 114+25+254=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #7219FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7219FE is #8DE601. Grayscale: #4C4C4C. Windows color (decimal): -9299458 or 16652658. OLE color: 16652658.

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

Color convert

RGB 114 25 254 -
CMYK 0.55 0.90 0 0.00
HSL 263.32º 0.99% 0.55% -
HSV(B) 263.32º 0.9% 1% -
XYZ 25.18 11.43 94.64 -
YUV 77.72 227.49 153.88 -
System Red Green Blue C M Y K H S L
Decimal 114 25 254 0.55 0.90 0 0.00 263.32 0.99 0.55
Hex 72 19 FE 37 5A 0 0 107 63 37
Octal 162 31 376 67 132 0 0 407 143 67
Binary 1110010 11001 11111110 110111 1011010 0 0 100000111 1100011 110111

Color Harmonies of #7219FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219FE

Black with #7219FE

Text Example


Text Example

White with #7219FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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