Html Css Color HEX #8201FF Electric Indigo

📋 copy color: '#8201FF'

red 130 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #8201FF

Tints of Electric Indigo #8201FF

RGB

 RED value IS 130 (51.17% from 255) = 33.68%

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

 BLUE value IS 255 (100% from 255) = 66.06%

R = 33.68%
G = 0.26%
B = 66.06%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8201FF (or 0x8201FF) is known color: Electric Indigo. HEX triplet: 82, 01 and FF. RGB value is (130,1,255). Sum of RGB (Red+Green+Blue) = 130+1+255=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #8201FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8201FF is #7DFE00. Grayscale: #434343. Windows color (decimal): -8257025 or 16712066. OLE color: 16712066.

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

Color convert

RGB 130 1 255 -
CMYK 0.49 1.00 0 0
HSL 270.47º 1% 0.5% -
HSV(B) 270.47º 1% 1% -
XYZ 27.27 11.99 95.48 -
YUV 68.53 233.24 171.85 -
System Red Green Blue C M Y K H S L
Decimal 130 1 255 0.49 1.00 0 0 270.47 1 0.5
Hex 82 1 FF 31 64 0 0 10E 64 32
Octal 202 1 377 61 144 0 0 416 144 62
Binary 10000010 1 11111111 110001 1100100 0 0 100001110 1100100 110010

Color Harmonies of #8201FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8201FF

Black with #8201FF

Text Example


Text Example

White with #8201FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8201FF; }

 p { color: rgb(130,1,255); }

 H1.HeaderClassName
 {
   color: #8201FF;
 }
 .AnyTagClassName
 {
   color: #8201FF;
 }
</style>

background-color css

<style>
 a { background-color: #8201FF; }

 a { background-color: rgb(130,1,255); }

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

border-color css

<style>
 span { border-color: #8201FF; }

 span { border-color: rgb(130,1,255); }

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