Html Css Color HEX #781BFF Electric Indigo

📋 copy color: '#781BFF'

red 120 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #781BFF

Tints of Electric Indigo #781BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.43%

R = 29.85%
G = 6.72%
B = 63.43%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#781BFF (or 0x781BFF) is known color: Electric Indigo. HEX triplet: 78, 1B and FF. RGB value is (120,27,255). Sum of RGB (Red+Green+Blue) = 120+27+255=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #781BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781BFF is #87E400. Grayscale: #4F4F4F. Windows color (decimal): -8905729 or 16718712. OLE color: 16718712.

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

Color convert

RGB 120 27 255 -
CMYK 0.53 0.89 0 0
HSL 264.47º 1% 0.55% -
HSV(B) 264.47º 0.89% 1% -
XYZ 26.19 12 95.54 -
YUV 80.8 226.31 155.96 -
System Red Green Blue C M Y K H S L
Decimal 120 27 255 0.53 0.89 0 0 264.47 1 0.55
Hex 78 1B FF 35 59 0 0 108 64 37
Octal 170 33 377 65 131 0 0 410 144 67
Binary 1111000 11011 11111111 110101 1011001 0 0 100001000 1100100 110111

Color Harmonies of #781BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781BFF

Black with #781BFF

Text Example


Text Example

White with #781BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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