Html Css Color HEX #8010FC Electric Indigo

📋 copy color: '#8010FC'

red 128 ◦ green 16 ◦ blue 252

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

Shades of Electric Indigo #8010FC

Tints of Electric Indigo #8010FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.04%

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

R = 32.32%
G = 4.04%
B = 63.64%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8010FC (or 0x8010FC) is known color: Electric Indigo. HEX triplet: 80, 10 and FC. RGB value is (128,16,252). Sum of RGB (Red+Green+Blue) = 128+16+252=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #8010FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8010FC is #7FEF03. Grayscale: #4B4B4B. Windows color (decimal): -8384260 or 16519296. OLE color: 16519296.

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

Color convert

RGB 128 16 252 -
CMYK 0.49 0.94 0 0.01
HSL 268.47º 0.98% 0.53% -
HSV(B) 268.47º 0.94% 0.99% -
XYZ 26.66 11.99 93 -
YUV 76.39 227.11 164.81 -
System Red Green Blue C M Y K H S L
Decimal 128 16 252 0.49 0.94 0 0.01 268.47 0.98 0.53
Hex 80 10 FC 31 5E 0 1 10C 62 35
Octal 200 20 374 61 136 0 1 414 142 65
Binary 10000000 10000 11111100 110001 1011110 0 1 100001100 1100010 110101

Color Harmonies of #8010FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010FC

Black with #8010FC

Text Example


Text Example

White with #8010FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8010FC; }

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

 H1.HeaderClassName
 {
   color: #8010FC;
 }
 .AnyTagClassName
 {
   color: #8010FC;
 }
</style>

background-color css

<style>
 a { background-color: #8010FC; }

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

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

border-color css

<style>
 span { border-color: #8010FC; }

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

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