Html Css Color HEX #7819FC Electric Indigo

📋 copy color: '#7819FC'

red 120 ◦ green 25 ◦ blue 252

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

Shades of Electric Indigo #7819FC

Tints of Electric Indigo #7819FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 30.23%
G = 6.3%
B = 63.48%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7819FC (or 0x7819FC) is known color: Electric Indigo. HEX triplet: 78, 19 and FC. RGB value is (120,25,252). Sum of RGB (Red+Green+Blue) = 120+25+252=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #7819FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7819FC is #87E603. Grayscale: #4E4E4E. Windows color (decimal): -8906244 or 16521592. OLE color: 16521592.

HSL color Cylindrical-coordinate representation of color #7819FC: hue angle of 265.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7819FC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 25 252 -
CMYK 0.52 0.90 0 0.01
HSL 265.11º 0.97% 0.54% -
HSV(B) 265.11º 0.9% 0.99% -
XYZ 25.66 11.72 93 -
YUV 79.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 120 25 252 0.52 0.90 0 0.01 265.11 0.97 0.54
Hex 78 19 FC 34 5A 0 1 109 61 36
Octal 170 31 374 64 132 0 1 411 141 66
Binary 1111000 11001 11111100 110100 1011010 0 1 100001001 1100001 110110

Color Harmonies of #7819FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7819FC

Black with #7819FC

Text Example


Text Example

White with #7819FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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