Html Css Color HEX #7211EB Electric Indigo

📋 copy color: '#7211EB'

red 114 ◦ green 17 ◦ blue 235

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

Shades of Electric Indigo #7211EB

Tints of Electric Indigo #7211EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.64%

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 31.15%
G = 4.64%
B = 64.21%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7211EB (or 0x7211EB) is known color: Electric Indigo. HEX triplet: 72, 11 and EB. RGB value is (114,17,235). Sum of RGB (Red+Green+Blue) = 114+17+235=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #7211EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7211EB is #8DEE14. Grayscale: #464646. Windows color (decimal): -9301525 or 15405426. OLE color: 15405426.

HSL color Cylindrical-coordinate representation of color #7211EB: hue angle of 266.7º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7211EB is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 17 235 -
CMYK 0.51 0.93 0 0.08
HSL 266.7º 0.87% 0.49% -
HSV(B) 266.7º 0.93% 0.92% -
XYZ 22.14 9.98 79.36 -
YUV 70.86 220.64 158.77 -
System Red Green Blue C M Y K H S L
Decimal 114 17 235 0.51 0.93 0 0.08 266.7 0.87 0.49
Hex 72 11 EB 33 5D 0 8 10B 57 31
Octal 162 21 353 63 135 0 10 413 127 61
Binary 1110010 10001 11101011 110011 1011101 0 1000 100001011 1010111 110001

Color Harmonies of #7211EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7211EB

Black with #7211EB

Text Example


Text Example

White with #7211EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7211EB; }

 p { color: rgb(114,17,235); }

 H1.HeaderClassName
 {
   color: #7211EB;
 }
 .AnyTagClassName
 {
   color: #7211EB;
 }
</style>

background-color css

<style>
 a { background-color: #7211EB; }

 a { background-color: rgb(114,17,235); }

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

border-color css

<style>
 span { border-color: #7211EB; }

 span { border-color: rgb(114,17,235); }

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