Html Css Color HEX #8001FA Electric Indigo

📋 copy color: '#8001FA'

red 128 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #8001FA

Tints of Electric Indigo #8001FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 33.77%
G = 0.26%
B = 65.96%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8001FA (or 0x8001FA) is known color: Electric Indigo. HEX triplet: 80, 01 and FA. RGB value is (128,1,250). Sum of RGB (Red+Green+Blue) = 128+1+250=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #8001FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8001FA is #7FFE05. Grayscale: #424242. Windows color (decimal): -8388102 or 16384384. OLE color: 16384384.

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

Color convert

RGB 128 1 250 -
CMYK 0.49 1.00 0 0.02
HSL 270.6º 0.99% 0.49% -
HSV(B) 270.6º 1% 0.98% -
XYZ 26.17 11.51 91.29 -
YUV 67.36 231.08 171.25 -
System Red Green Blue C M Y K H S L
Decimal 128 1 250 0.49 1.00 0 0.02 270.6 0.99 0.49
Hex 80 1 FA 31 64 0 2 10F 63 31
Octal 200 1 372 61 144 0 2 417 143 61
Binary 10000000 1 11111010 110001 1100100 0 10 100001111 1100011 110001

Color Harmonies of #8001FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8001FA

Black with #8001FA

Text Example


Text Example

White with #8001FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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