Html Css Color HEX #781CFE Electric Indigo

📋 copy color: '#781CFE'

red 120 ◦ green 28 ◦ blue 254

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

Shades of Electric Indigo #781CFE

Tints of Electric Indigo #781CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.97%

 BLUE value IS 254 (99.61% from 255) = 63.18%

R = 29.85%
G = 6.97%
B = 63.18%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#781CFE (or 0x781CFE) is known color: Electric Indigo. HEX triplet: 78, 1C and FE. RGB value is (120,28,254). Sum of RGB (Red+Green+Blue) = 120+28+254=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #781CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CFE is #87E301. Grayscale: #505050. Windows color (decimal): -8905474 or 16653432. OLE color: 16653432.

HSL color Cylindrical-coordinate representation of color #781CFE: hue angle of 264.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781CFE is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 28 254 -
CMYK 0.53 0.89 0 0.00
HSL 264.42º 0.99% 0.55% -
HSV(B) 264.42º 0.89% 1% -
XYZ 26.05 11.98 94.71 -
YUV 81.27 225.48 155.62 -
System Red Green Blue C M Y K H S L
Decimal 120 28 254 0.53 0.89 0 0.00 264.42 0.99 0.55
Hex 78 1C FE 35 59 0 0 108 63 37
Octal 170 34 376 65 131 0 0 410 143 67
Binary 1111000 11100 11111110 110101 1011001 0 0 100001000 1100011 110111

Color Harmonies of #781CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CFE

Black with #781CFE

Text Example


Text Example

White with #781CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,28,254); }

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

background-color css

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

 a { background-color: rgb(120,28,254); }

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

border-color css

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

 span { border-color: rgb(120,28,254); }

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