Html Css Color HEX #7418FE Electric Indigo

📋 copy color: '#7418FE'

red 116 ◦ green 24 ◦ blue 254

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

Shades of Electric Indigo #7418FE

Tints of Electric Indigo #7418FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.47%

R = 29.44%
G = 6.09%
B = 64.47%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7418FE (or 0x7418FE) is known color: Electric Indigo. HEX triplet: 74, 18 and FE. RGB value is (116,24,254). Sum of RGB (Red+Green+Blue) = 116+24+254=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #7418FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7418FE is #8BE701. Grayscale: #4C4C4C. Windows color (decimal): -9168642 or 16652404. OLE color: 16652404.

HSL color Cylindrical-coordinate representation of color #7418FE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7418FE is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 24 254 -
CMYK 0.54 0.91 0 0.00
HSL 264º 0.99% 0.55% -
HSV(B) 264º 0.91% 1% -
XYZ 25.42 11.52 94.65 -
YUV 77.73 227.48 155.3 -
System Red Green Blue C M Y K H S L
Decimal 116 24 254 0.54 0.91 0 0.00 264 0.99 0.55
Hex 74 18 FE 36 5B 0 0 108 63 37
Octal 164 30 376 66 133 0 0 410 143 67
Binary 1110100 11000 11111110 110110 1011011 0 0 100001000 1100011 110111

Color Harmonies of #7418FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7418FE

Black with #7418FE

Text Example


Text Example

White with #7418FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7418FE; }

 p { color: rgb(116,24,254); }

 H1.HeaderClassName
 {
   color: #7418FE;
 }
 .AnyTagClassName
 {
   color: #7418FE;
 }
</style>

background-color css

<style>
 a { background-color: #7418FE; }

 a { background-color: rgb(116,24,254); }

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

border-color css

<style>
 span { border-color: #7418FE; }

 span { border-color: rgb(116,24,254); }

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