Html Css Color HEX #7819FD Electric Indigo

📋 copy color: '#7819FD'

red 120 ◦ green 25 ◦ blue 253

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

Shades of Electric Indigo #7819FD

Tints of Electric Indigo #7819FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 30.15%
G = 6.28%
B = 63.57%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7819FD (or 0x7819FD) is known color: Electric Indigo. HEX triplet: 78, 19 and FD. RGB value is (120,25,253). Sum of RGB (Red+Green+Blue) = 120+25+253=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #7819FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7819FD is #87E602. Grayscale: #4E4E4E. Windows color (decimal): -8906243 or 16587128. OLE color: 16587128.

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

Color convert

RGB 120 25 253 -
CMYK 0.53 0.90 0 0.01
HSL 265º 0.98% 0.55% -
HSV(B) 265º 0.9% 0.99% -
XYZ 25.82 11.78 93.84 -
YUV 79.4 225.97 156.96 -
System Red Green Blue C M Y K H S L
Decimal 120 25 253 0.53 0.90 0 0.01 265 0.98 0.55
Hex 78 19 FD 35 5A 0 1 109 62 37
Octal 170 31 375 65 132 0 1 411 142 67
Binary 1111000 11001 11111101 110101 1011010 0 1 100001001 1100010 110111

Color Harmonies of #7819FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7819FD

Black with #7819FD

Text Example


Text Example

White with #7819FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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