Html Css Color HEX #7217EF Electric Indigo

📋 copy color: '#7217EF'

red 114 ◦ green 23 ◦ blue 239

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

Shades of Electric Indigo #7217EF

Tints of Electric Indigo #7217EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.12%

 BLUE value IS 239 (93.75% from 255) = 63.56%

R = 30.32%
G = 6.12%
B = 63.56%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7217EF (or 0x7217EF) is known color: Electric Indigo. HEX triplet: 72, 17 and EF. RGB value is (114,23,239). Sum of RGB (Red+Green+Blue) = 114+23+239=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #7217EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7217EF is #8DE810. Grayscale: #4A4A4A. Windows color (decimal): -9299985 or 15669106. OLE color: 15669106.

HSL color Cylindrical-coordinate representation of color #7217EF: hue angle of 265.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7217EF is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 23 239 -
CMYK 0.52 0.90 0 0.06
HSL 265.28º 0.87% 0.51% -
HSV(B) 265.28º 0.9% 0.94% -
XYZ 22.83 10.42 82.47 -
YUV 74.83 220.65 155.94 -
System Red Green Blue C M Y K H S L
Decimal 114 23 239 0.52 0.90 0 0.06 265.28 0.87 0.51
Hex 72 17 EF 34 5A 0 6 109 57 33
Octal 162 27 357 64 132 0 6 411 127 63
Binary 1110010 10111 11101111 110100 1011010 0 110 100001001 1010111 110011

Color Harmonies of #7217EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7217EF

Black with #7217EF

Text Example


Text Example

White with #7217EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7217EF; }

 p { color: rgb(114,23,239); }

 H1.HeaderClassName
 {
   color: #7217EF;
 }
 .AnyTagClassName
 {
   color: #7217EF;
 }
</style>

background-color css

<style>
 a { background-color: #7217EF; }

 a { background-color: rgb(114,23,239); }

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

border-color css

<style>
 span { border-color: #7217EF; }

 span { border-color: rgb(114,23,239); }

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