Html Css Color HEX #800CFB Electric Indigo

📋 copy color: '#800CFB'

red 128 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #800CFB

Tints of Electric Indigo #800CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.07%

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 32.74%
G = 3.07%
B = 64.19%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#800CFB (or 0x800CFB) is known color: Electric Indigo. HEX triplet: 80, 0C and FB. RGB value is (128,12,251). Sum of RGB (Red+Green+Blue) = 128+12+251=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #800CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800CFB is #7FF304. Grayscale: #494949. Windows color (decimal): -8385285 or 16452736. OLE color: 16452736.

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

Color convert

RGB 128 12 251 -
CMYK 0.49 0.95 0 0.02
HSL 269.12º 0.97% 0.52% -
HSV(B) 269.12º 0.95% 0.98% -
XYZ 26.45 11.82 92.15 -
YUV 73.93 227.93 166.57 -
System Red Green Blue C M Y K H S L
Decimal 128 12 251 0.49 0.95 0 0.02 269.12 0.97 0.52
Hex 80 C FB 31 5F 0 2 10D 61 34
Octal 200 14 373 61 137 0 2 415 141 64
Binary 10000000 1100 11111011 110001 1011111 0 10 100001101 1100001 110100

Color Harmonies of #800CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CFB

Black with #800CFB

Text Example


Text Example

White with #800CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,12,251); }

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

background-color css

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

 a { background-color: rgb(128,12,251); }

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

border-color css

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

 span { border-color: rgb(128,12,251); }

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