Html Css Color HEX #781BFE Electric Indigo

📋 copy color: '#781BFE'

red 120 ◦ green 27 ◦ blue 254

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

Shades of Electric Indigo #781BFE

Tints of Electric Indigo #781BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.73%

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

R = 29.93%
G = 6.73%
B = 63.34%

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

#781BFE (or 0x781BFE) is known color: Electric Indigo. HEX triplet: 78, 1B and FE. RGB value is (120,27,254). Sum of RGB (Red+Green+Blue) = 120+27+254=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #781BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781BFE is #87E401. Grayscale: #4F4F4F. Windows color (decimal): -8905730 or 16653176. OLE color: 16653176.

HSL color Cylindrical-coordinate representation of color #781BFE: hue angle of 264.58º 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 #781BFE is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 27 254 -
CMYK 0.53 0.89 0 0.00
HSL 264.58º 0.99% 0.55% -
HSV(B) 264.58º 0.89% 1% -
XYZ 26.03 11.93 94.7 -
YUV 80.69 225.81 156.04 -
System Red Green Blue C M Y K H S L
Decimal 120 27 254 0.53 0.89 0 0.00 264.58 0.99 0.55
Hex 78 1B FE 35 59 0 0 109 63 37
Octal 170 33 376 65 131 0 0 411 143 67
Binary 1111000 11011 11111110 110101 1011001 0 0 100001001 1100011 110111

Color Harmonies of #781BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781BFE

Black with #781BFE

Text Example


Text Example

White with #781BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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