Html Css Color HEX #7819FA Electric Indigo

📋 copy color: '#7819FA'

red 120 ◦ green 25 ◦ blue 250

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

Shades of Electric Indigo #7819FA

Tints of Electric Indigo #7819FA

RGB

 RED value IS 120 (47.27% from 255) = 30.38%

 GREEN value IS 25 (10.16% from 255) = 6.33%

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

R = 30.38%
G = 6.33%
B = 63.29%

CMYK

 C value IS 0.52

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7819FA (or 0x7819FA) is known color: Electric Indigo. HEX triplet: 78, 19 and FA. RGB value is (120,25,250). Sum of RGB (Red+Green+Blue) = 120+25+250=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #7819FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7819FA is #87E605. Grayscale: #4E4E4E. Windows color (decimal): -8906246 or 16390520. OLE color: 16390520.

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

Color convert

RGB 120 25 250 -
CMYK 0.52 0.9 0 0.02
HSL 265.33º 0.96% 0.54% -
HSV(B) 265.33º 0.9% 0.98% -
XYZ 25.35 11.59 91.34 -
YUV 79.06 224.47 157.2 -
System Red Green Blue C M Y K H S L
Decimal 120 25 250 0.52 0.9 0 0.02 265.33 0.96 0.54
Hex 78 19 FA 34 5A 0 2 109 60 36
Octal 170 31 372 64 132 0 2 411 140 66
Binary 1111000 11001 11111010 110100 1011010 0 10 100001001 1100000 110110

Color Harmonies of #7819FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7819FA

Black with #7819FA

Text Example


Text Example

White with #7819FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,25,250); }

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

background-color css

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

 a { background-color: rgb(120,25,250); }

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

border-color css

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

 span { border-color: rgb(120,25,250); }

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