Html Css Color HEX #780AFE Electric Indigo

📋 copy color: '#780AFE'

red 120 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #780AFE

Tints of Electric Indigo #780AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

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

R = 31.25%
G = 2.6%
B = 66.15%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#780AFE (or 0x780AFE) is known color: Electric Indigo. HEX triplet: 78, 0A and FE. RGB value is (120,10,254). Sum of RGB (Red+Green+Blue) = 120+10+254=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #780AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780AFE is #87F501. Grayscale: #454545. Windows color (decimal): -8910082 or 16648824. OLE color: 16648824.

HSL color Cylindrical-coordinate representation of color #780AFE: hue angle of 267.05º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780AFE is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 10 254 -
CMYK 0.53 0.96 0 0.00
HSL 267.05º 0.99% 0.52% -
HSV(B) 267.05º 0.96% 1% -
XYZ 25.74 11.37 94.6 -
YUV 70.71 231.44 163.16 -
System Red Green Blue C M Y K H S L
Decimal 120 10 254 0.53 0.96 0 0.00 267.05 0.99 0.52
Hex 78 A FE 35 60 0 0 10B 63 34
Octal 170 12 376 65 140 0 0 413 143 64
Binary 1111000 1010 11111110 110101 1100000 0 0 100001011 1100011 110100

Color Harmonies of #780AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780AFE

Black with #780AFE

Text Example


Text Example

White with #780AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780AFE; }

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

 H1.HeaderClassName
 {
   color: #780AFE;
 }
 .AnyTagClassName
 {
   color: #780AFE;
 }
</style>

background-color css

<style>
 a { background-color: #780AFE; }

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

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

border-color css

<style>
 span { border-color: #780AFE; }

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

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