Html Css Color HEX #800FFC Electric Indigo

📋 copy color: '#800FFC'

red 128 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #800FFC

Tints of Electric Indigo #800FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.8%

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

R = 32.41%
G = 3.8%
B = 63.8%

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

#800FFC (or 0x800FFC) is known color: Electric Indigo. HEX triplet: 80, 0F and FC. RGB value is (128,15,252). Sum of RGB (Red+Green+Blue) = 128+15+252=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #800FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800FFC is #7FF003. Grayscale: #4A4A4A. Windows color (decimal): -8384516 or 16519040. OLE color: 16519040.

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

Color convert

RGB 128 15 252 -
CMYK 0.49 0.94 0 0.01
HSL 268.61º 0.98% 0.52% -
HSV(B) 268.61º 0.94% 0.99% -
XYZ 26.64 11.96 93 -
YUV 75.81 227.44 165.23 -
System Red Green Blue C M Y K H S L
Decimal 128 15 252 0.49 0.94 0 0.01 268.61 0.98 0.52
Hex 80 F FC 31 5E 0 1 10D 62 34
Octal 200 17 374 61 136 0 1 415 142 64
Binary 10000000 1111 11111100 110001 1011110 0 1 100001101 1100010 110100

Color Harmonies of #800FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FFC

Black with #800FFC

Text Example


Text Example

White with #800FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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