Html Css Color HEX #781AFD Electric Indigo

📋 copy color: '#781AFD'

red 120 ◦ green 26 ◦ blue 253

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

Shades of Electric Indigo #781AFD

Tints of Electric Indigo #781AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.52%

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 30.08%
G = 6.52%
B = 63.41%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#781AFD (or 0x781AFD) is known color: Electric Indigo. HEX triplet: 78, 1A and FD. RGB value is (120,26,253). Sum of RGB (Red+Green+Blue) = 120+26+253=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #781AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AFD is #87E502. Grayscale: #4F4F4F. Windows color (decimal): -8905987 or 16587384. OLE color: 16587384.

HSL color Cylindrical-coordinate representation of color #781AFD: hue angle of 264.85º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #781AFD is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 26 253 -
CMYK 0.53 0.90 0 0.01
HSL 264.85º 0.98% 0.55% -
HSV(B) 264.85º 0.9% 0.99% -
XYZ 25.84 11.82 93.85 -
YUV 79.98 225.64 156.54 -
System Red Green Blue C M Y K H S L
Decimal 120 26 253 0.53 0.90 0 0.01 264.85 0.98 0.55
Hex 78 1A FD 35 5A 0 1 109 62 37
Octal 170 32 375 65 132 0 1 411 142 67
Binary 1111000 11010 11111101 110101 1011010 0 1 100001001 1100010 110111

Color Harmonies of #781AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AFD

Black with #781AFD

Text Example


Text Example

White with #781AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,253); }

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

background-color css

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

 a { background-color: rgb(120,26,253); }

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

border-color css

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

 span { border-color: rgb(120,26,253); }

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