Html Css Color HEX #781BFC Electric Indigo

📋 copy color: '#781BFC'

red 120 ◦ green 27 ◦ blue 252

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

Shades of Electric Indigo #781BFC

Tints of Electric Indigo #781BFC

RGB

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

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

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

R = 30.08%
G = 6.77%
B = 63.16%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#781BFC (or 0x781BFC) is known color: Electric Indigo. HEX triplet: 78, 1B and FC. RGB value is (120,27,252). Sum of RGB (Red+Green+Blue) = 120+27+252=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #781BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781BFC is #87E403. Grayscale: #4F4F4F. Windows color (decimal): -8905732 or 16522104. OLE color: 16522104.

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

Color convert

RGB 120 27 252 -
CMYK 0.52 0.89 0 0.01
HSL 264.8º 0.97% 0.55% -
HSV(B) 264.8º 0.89% 0.99% -
XYZ 25.71 11.81 93.02 -
YUV 80.46 224.81 156.2 -
System Red Green Blue C M Y K H S L
Decimal 120 27 252 0.52 0.89 0 0.01 264.8 0.97 0.55
Hex 78 1B FC 34 59 0 1 109 61 37
Octal 170 33 374 64 131 0 1 411 141 67
Binary 1111000 11011 11111100 110100 1011001 0 1 100001001 1100001 110111

Color Harmonies of #781BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781BFC

Black with #781BFC

Text Example


Text Example

White with #781BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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