Html Css Color HEX #781AFC Electric Indigo

📋 copy color: '#781AFC'

red 120 ◦ green 26 ◦ blue 252

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

Shades of Electric Indigo #781AFC

Tints of Electric Indigo #781AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

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

R = 30.15%
G = 6.53%
B = 63.32%

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

#781AFC (or 0x781AFC) is known color: Electric Indigo. HEX triplet: 78, 1A and FC. RGB value is (120,26,252). Sum of RGB (Red+Green+Blue) = 120+26+252=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #781AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AFC is #87E503. Grayscale: #4F4F4F. Windows color (decimal): -8905988 or 16521848. OLE color: 16521848.

HSL color Cylindrical-coordinate representation of color #781AFC: hue angle of 264.96º degrees, saturation: 0.97, 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 #781AFC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 26 252 -
CMYK 0.52 0.90 0 0.01
HSL 264.96º 0.97% 0.55% -
HSV(B) 264.96º 0.9% 0.99% -
XYZ 25.69 11.76 93.01 -
YUV 79.87 225.14 156.62 -
System Red Green Blue C M Y K H S L
Decimal 120 26 252 0.52 0.90 0 0.01 264.96 0.97 0.55
Hex 78 1A FC 34 5A 0 1 109 61 37
Octal 170 32 374 64 132 0 1 411 141 67
Binary 1111000 11010 11111100 110100 1011010 0 1 100001001 1100001 110111

Color Harmonies of #781AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AFC

Black with #781AFC

Text Example


Text Example

White with #781AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781AFC; }

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

 H1.HeaderClassName
 {
   color: #781AFC;
 }
 .AnyTagClassName
 {
   color: #781AFC;
 }
</style>

background-color css

<style>
 a { background-color: #781AFC; }

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

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

border-color css

<style>
 span { border-color: #781AFC; }

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

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