Html Css Color HEX #8011FA Electric Indigo

📋 copy color: '#8011FA'

red 128 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #8011FA

Tints of Electric Indigo #8011FA

RGB

 RED value IS 128 (50.39% from 255) = 32.41%

 GREEN value IS 17 (7.03% from 255) = 4.3%

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 32.41%
G = 4.3%
B = 63.29%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8011FA (or 0x8011FA) is known color: Electric Indigo. HEX triplet: 80, 11 and FA. RGB value is (128,17,250). Sum of RGB (Red+Green+Blue) = 128+17+250=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #8011FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8011FA is #7FEE05. Grayscale: #4B4B4B. Windows color (decimal): -8384006 or 16388480. OLE color: 16388480.

HSL color Cylindrical-coordinate representation of color #8011FA: hue angle of 268.58º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8011FA is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 17 250 -
CMYK 0.49 0.93 0 0.02
HSL 268.58º 0.96% 0.52% -
HSV(B) 268.58º 0.93% 0.98% -
XYZ 26.36 11.89 91.35 -
YUV 76.75 225.77 164.55 -
System Red Green Blue C M Y K H S L
Decimal 128 17 250 0.49 0.93 0 0.02 268.58 0.96 0.52
Hex 80 11 FA 31 5D 0 2 10D 60 34
Octal 200 21 372 61 135 0 2 415 140 64
Binary 10000000 10001 11111010 110001 1011101 0 10 100001101 1100000 110100

Color Harmonies of #8011FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011FA

Black with #8011FA

Text Example


Text Example

White with #8011FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8011FA; }

 p { color: rgb(128,17,250); }

 H1.HeaderClassName
 {
   color: #8011FA;
 }
 .AnyTagClassName
 {
   color: #8011FA;
 }
</style>

background-color css

<style>
 a { background-color: #8011FA; }

 a { background-color: rgb(128,17,250); }

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

border-color css

<style>
 span { border-color: #8011FA; }

 span { border-color: rgb(128,17,250); }

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