Html Css Color HEX #7218FC Electric Indigo

📋 copy color: '#7218FC'

red 114 ◦ green 24 ◦ blue 252

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

Shades of Electric Indigo #7218FC

Tints of Electric Indigo #7218FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 29.23%
G = 6.15%
B = 64.62%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7218FC (or 0x7218FC) is known color: Electric Indigo. HEX triplet: 72, 18 and FC. RGB value is (114,24,252). Sum of RGB (Red+Green+Blue) = 114+24+252=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #7218FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7218FC is #8DE703. Grayscale: #4C4C4C. Windows color (decimal): -9299716 or 16521330. OLE color: 16521330.

HSL color Cylindrical-coordinate representation of color #7218FC: hue angle of 263.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7218FC is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 24 252 -
CMYK 0.55 0.90 0 0.01
HSL 263.68º 0.97% 0.54% -
HSV(B) 263.68º 0.9% 0.99% -
XYZ 24.84 11.26 92.96 -
YUV 76.9 226.82 154.46 -
System Red Green Blue C M Y K H S L
Decimal 114 24 252 0.55 0.90 0 0.01 263.68 0.97 0.54
Hex 72 18 FC 37 5A 0 1 108 61 36
Octal 162 30 374 67 132 0 1 410 141 66
Binary 1110010 11000 11111100 110111 1011010 0 1 100001000 1100001 110110

Color Harmonies of #7218FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7218FC

Black with #7218FC

Text Example


Text Example

White with #7218FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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