Html Css Color HEX #781FFE Electric Indigo

📋 copy color: '#781FFE'

red 120 ◦ green 31 ◦ blue 254

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

Shades of Electric Indigo #781FFE

Tints of Electric Indigo #781FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.65%

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

R = 29.63%
G = 7.65%
B = 62.72%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#781FFE (or 0x781FFE) is known color: Electric Indigo. HEX triplet: 78, 1F and FE. RGB value is (120,31,254). Sum of RGB (Red+Green+Blue) = 120+31+254=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #781FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FFE is #87E001. Grayscale: #525252. Windows color (decimal): -8904706 or 16654200. OLE color: 16654200.

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

Color convert

RGB 120 31 254 -
CMYK 0.53 0.88 0 0.00
HSL 263.95º 0.99% 0.56% -
HSV(B) 263.95º 0.88% 1% -
XYZ 26.13 12.13 94.73 -
YUV 83.03 224.49 154.37 -
System Red Green Blue C M Y K H S L
Decimal 120 31 254 0.53 0.88 0 0.00 263.95 0.99 0.56
Hex 78 1F FE 35 58 0 0 108 63 38
Octal 170 37 376 65 130 0 0 410 143 70
Binary 1111000 11111 11111110 110101 1011000 0 0 100001000 1100011 111000

Color Harmonies of #781FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781FFE

Black with #781FFE

Text Example


Text Example

White with #781FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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