Html Css Color HEX #7417EF Electric Indigo

📋 copy color: '#7417EF'

red 116 ◦ green 23 ◦ blue 239

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

Shades of Electric Indigo #7417EF

Tints of Electric Indigo #7417EF

RGB

 RED value IS 116 (45.7% from 255) = 30.69%

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

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

R = 30.69%
G = 6.08%
B = 63.23%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7417EF (or 0x7417EF) is known color: Electric Indigo. HEX triplet: 74, 17 and EF. RGB value is (116,23,239). Sum of RGB (Red+Green+Blue) = 116+23+239=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #7417EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7417EF is #8BE810. Grayscale: #4A4A4A. Windows color (decimal): -9168913 or 15669108. OLE color: 15669108.

HSL color Cylindrical-coordinate representation of color #7417EF: hue angle of 265.83º 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 #7417EF is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 23 239 -
CMYK 0.51 0.90 0 0.06
HSL 265.83º 0.87% 0.51% -
HSV(B) 265.83º 0.9% 0.94% -
XYZ 23.09 10.56 82.48 -
YUV 75.43 220.31 156.94 -
System Red Green Blue C M Y K H S L
Decimal 116 23 239 0.51 0.90 0 0.06 265.83 0.87 0.51
Hex 74 17 EF 33 5A 0 6 10A 57 33
Octal 164 27 357 63 132 0 6 412 127 63
Binary 1110100 10111 11101111 110011 1011010 0 110 100001010 1010111 110011

Color Harmonies of #7417EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7417EF

Black with #7417EF

Text Example


Text Example

White with #7417EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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