Html Css Color HEX #781CFC Electric Indigo

📋 copy color: '#781CFC'

red 120 ◦ green 28 ◦ blue 252

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

Shades of Electric Indigo #781CFC

Tints of Electric Indigo #781CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7%

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

R = 30%
G = 7%
B = 63%

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

#781CFC (or 0x781CFC) is known color: Electric Indigo. HEX triplet: 78, 1C and FC. RGB value is (120,28,252). Sum of RGB (Red+Green+Blue) = 120+28+252=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #781CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CFC is #87E303. Grayscale: #505050. Windows color (decimal): -8905476 or 16522360. OLE color: 16522360.

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

Color convert

RGB 120 28 252 -
CMYK 0.52 0.89 0 0.01
HSL 264.64º 0.97% 0.55% -
HSV(B) 264.64º 0.89% 0.99% -
XYZ 25.73 11.85 93.03 -
YUV 81.04 224.48 155.79 -
System Red Green Blue C M Y K H S L
Decimal 120 28 252 0.52 0.89 0 0.01 264.64 0.97 0.55
Hex 78 1C FC 34 59 0 1 109 61 37
Octal 170 34 374 64 131 0 1 411 141 67
Binary 1111000 11100 11111100 110100 1011001 0 1 100001001 1100001 110111

Color Harmonies of #781CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CFC

Black with #781CFC

Text Example


Text Example

White with #781CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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