Html Css Color HEX #7218ED Electric Indigo

📋 copy color: '#7218ED'

red 114 ◦ green 24 ◦ blue 237

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

Shades of Electric Indigo #7218ED

Tints of Electric Indigo #7218ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.2%

R = 30.4%
G = 6.4%
B = 63.2%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7218ED (or 0x7218ED) is known color: Electric Indigo. HEX triplet: 72, 18 and ED. RGB value is (114,24,237). Sum of RGB (Red+Green+Blue) = 114+24+237=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #7218ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7218ED is #8DE712. Grayscale: #4A4A4A. Windows color (decimal): -9299731 or 15538290. OLE color: 15538290.

HSL color Cylindrical-coordinate representation of color #7218ED: hue angle of 265.35º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7218ED is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 24 237 -
CMYK 0.52 0.90 0 0.07
HSL 265.35º 0.86% 0.51% -
HSV(B) 265.35º 0.9% 0.93% -
XYZ 22.55 10.35 80.93 -
YUV 75.19 219.32 155.68 -
System Red Green Blue C M Y K H S L
Decimal 114 24 237 0.52 0.90 0 0.07 265.35 0.86 0.51
Hex 72 18 ED 34 5A 0 7 109 56 33
Octal 162 30 355 64 132 0 7 411 126 63
Binary 1110010 11000 11101101 110100 1011010 0 111 100001001 1010110 110011

Color Harmonies of #7218ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7218ED

Black with #7218ED

Text Example


Text Example

White with #7218ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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