Html Css Color HEX #7218FE Electric Indigo

📋 copy color: '#7218FE'

red 114 ◦ green 24 ◦ blue 254

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

Shades of Electric Indigo #7218FE

Tints of Electric Indigo #7218FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.12%

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

R = 29.08%
G = 6.12%
B = 64.8%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7218FE (or 0x7218FE) is known color: Electric Indigo. HEX triplet: 72, 18 and FE. RGB value is (114,24,254). Sum of RGB (Red+Green+Blue) = 114+24+254=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #7218FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7218FE is #8DE701. Grayscale: #4C4C4C. Windows color (decimal): -9299714 or 16652402. OLE color: 16652402.

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

Color convert

RGB 114 24 254 -
CMYK 0.55 0.91 0 0.00
HSL 263.48º 0.99% 0.55% -
HSV(B) 263.48º 0.91% 1% -
XYZ 25.16 11.39 94.64 -
YUV 77.13 227.82 154.3 -
System Red Green Blue C M Y K H S L
Decimal 114 24 254 0.55 0.91 0 0.00 263.48 0.99 0.55
Hex 72 18 FE 37 5B 0 0 107 63 37
Octal 162 30 376 67 133 0 0 407 143 67
Binary 1110010 11000 11111110 110111 1011011 0 0 100000111 1100011 110111

Color Harmonies of #7218FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7218FE

Black with #7218FE

Text Example


Text Example

White with #7218FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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