Html Css Color HEX #7420FA Electric Indigo

📋 copy color: '#7420FA'

red 116 ◦ green 32 ◦ blue 250

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

Shades of Electric Indigo #7420FA

Tints of Electric Indigo #7420FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.04%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 29.15%
G = 8.04%
B = 62.81%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7420FA (or 0x7420FA) is known color: Electric Indigo. HEX triplet: 74, 20 and FA. RGB value is (116,32,250). Sum of RGB (Red+Green+Blue) = 116+32+250=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #7420FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7420FA is #8BDF05. Grayscale: #515151. Windows color (decimal): -9166598 or 16392308. OLE color: 16392308.

HSL color Cylindrical-coordinate representation of color #7420FA: hue angle of 263.12º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7420FA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 32 250 -
CMYK 0.54 0.87 0 0.02
HSL 263.12º 0.96% 0.55% -
HSV(B) 263.12º 0.87% 0.98% -
XYZ 24.97 11.65 91.37 -
YUV 81.97 222.83 152.27 -
System Red Green Blue C M Y K H S L
Decimal 116 32 250 0.54 0.87 0 0.02 263.12 0.96 0.55
Hex 74 20 FA 36 57 0 2 107 60 37
Octal 164 40 372 66 127 0 2 407 140 67
Binary 1110100 100000 11111010 110110 1010111 0 10 100000111 1100000 110111

Color Harmonies of #7420FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7420FA

Black with #7420FA

Text Example


Text Example

White with #7420FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7420FA; }

 p { color: rgb(116,32,250); }

 H1.HeaderClassName
 {
   color: #7420FA;
 }
 .AnyTagClassName
 {
   color: #7420FA;
 }
</style>

background-color css

<style>
 a { background-color: #7420FA; }

 a { background-color: rgb(116,32,250); }

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

border-color css

<style>
 span { border-color: #7420FA; }

 span { border-color: rgb(116,32,250); }

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