Html Css Color HEX #8005FF Electric Indigo

📋 copy color: '#8005FF'

red 128 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #8005FF

Tints of Electric Indigo #8005FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

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

R = 32.99%
G = 1.29%
B = 65.72%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8005FF (or 0x8005FF) is known color: Electric Indigo. HEX triplet: 80, 05 and FF. RGB value is (128,5,255). Sum of RGB (Red+Green+Blue) = 128+5+255=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #8005FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8005FF is #7FFA00. Grayscale: #454545. Windows color (decimal): -8387073 or 16713088. OLE color: 16713088.

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

Color convert

RGB 128 5 255 -
CMYK 0.50 0.98 0 0
HSL 269.52º 1% 0.51% -
HSV(B) 269.52º 0.98% 1% -
XYZ 27.01 11.92 95.48 -
YUV 70.28 232.25 169.17 -
System Red Green Blue C M Y K H S L
Decimal 128 5 255 0.50 0.98 0 0 269.52 1 0.51
Hex 80 5 FF 32 62 0 0 10E 64 33
Octal 200 5 377 62 142 0 0 416 144 63
Binary 10000000 101 11111111 110010 1100010 0 0 100001110 1100100 110011

Color Harmonies of #8005FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8005FF

Black with #8005FF

Text Example


Text Example

White with #8005FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,5,255); }

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

background-color css

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

 a { background-color: rgb(128,5,255); }

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

border-color css

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

 span { border-color: rgb(128,5,255); }

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