Html Css Color HEX #800AFC Electric Indigo

📋 copy color: '#800AFC'

red 128 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #800AFC

Tints of Electric Indigo #800AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 32.82%
G = 2.56%
B = 64.62%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#800AFC (or 0x800AFC) is known color: Electric Indigo. HEX triplet: 80, 0A and FC. RGB value is (128,10,252). Sum of RGB (Red+Green+Blue) = 128+10+252=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #800AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800AFC is #7FF503. Grayscale: #484848. Windows color (decimal): -8385796 or 16517760. OLE color: 16517760.

HSL color Cylindrical-coordinate representation of color #800AFC: hue angle of 269.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800AFC is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 10 252 -
CMYK 0.49 0.96 0 0.01
HSL 269.26º 0.98% 0.51% -
HSV(B) 269.26º 0.96% 0.99% -
XYZ 26.58 11.83 92.98 -
YUV 72.87 229.09 167.32 -
System Red Green Blue C M Y K H S L
Decimal 128 10 252 0.49 0.96 0 0.01 269.26 0.98 0.51
Hex 80 A FC 31 60 0 1 10D 62 33
Octal 200 12 374 61 140 0 1 415 142 63
Binary 10000000 1010 11111100 110001 1100000 0 1 100001101 1100010 110011

Color Harmonies of #800AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AFC

Black with #800AFC

Text Example


Text Example

White with #800AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800AFC; }

 p { color: rgb(128,10,252); }

 H1.HeaderClassName
 {
   color: #800AFC;
 }
 .AnyTagClassName
 {
   color: #800AFC;
 }
</style>

background-color css

<style>
 a { background-color: #800AFC; }

 a { background-color: rgb(128,10,252); }

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

border-color css

<style>
 span { border-color: #800AFC; }

 span { border-color: rgb(128,10,252); }

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