Html Css Color HEX #781EFC Electric Indigo

📋 copy color: '#781EFC'

red 120 ◦ green 30 ◦ blue 252

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

Shades of Electric Indigo #781EFC

Tints of Electric Indigo #781EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.46%

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

R = 29.85%
G = 7.46%
B = 62.69%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#781EFC (or 0x781EFC) is known color: Electric Indigo. HEX triplet: 78, 1E and FC. RGB value is (120,30,252). Sum of RGB (Red+Green+Blue) = 120+30+252=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #781EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781EFC is #87E103. Grayscale: #515151. Windows color (decimal): -8904964 or 16522872. OLE color: 16522872.

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

Color convert

RGB 120 30 252 -
CMYK 0.52 0.88 0 0.01
HSL 264.32º 0.97% 0.55% -
HSV(B) 264.32º 0.88% 0.99% -
XYZ 25.78 11.95 93.04 -
YUV 82.22 223.82 154.95 -
System Red Green Blue C M Y K H S L
Decimal 120 30 252 0.52 0.88 0 0.01 264.32 0.97 0.55
Hex 78 1E FC 34 58 0 1 108 61 37
Octal 170 36 374 64 130 0 1 410 141 67
Binary 1111000 11110 11111100 110100 1011000 0 1 100001000 1100001 110111

Color Harmonies of #781EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EFC

Black with #781EFC

Text Example


Text Example

White with #781EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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