Html Css Color HEX #800BEF Electric Indigo

📋 copy color: '#800BEF'

red 128 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #800BEF

Tints of Electric Indigo #800BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.91%

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 33.86%
G = 2.91%
B = 63.23%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#800BEF (or 0x800BEF) is known color: Electric Indigo. HEX triplet: 80, 0B and EF. RGB value is (128,11,239). Sum of RGB (Red+Green+Blue) = 128+11+239=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #800BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800BEF is #7FF410. Grayscale: #474747. Windows color (decimal): -8385553 or 15666048. OLE color: 15666048.

HSL color Cylindrical-coordinate representation of color #800BEF: hue angle of 270.79º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BEF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 11 239 -
CMYK 0.46 0.95 0 0.06
HSL 270.79º 0.91% 0.49% -
HSV(B) 270.79º 0.95% 0.94% -
XYZ 24.6 11.06 82.5 -
YUV 71.98 222.26 167.96 -
System Red Green Blue C M Y K H S L
Decimal 128 11 239 0.46 0.95 0 0.06 270.79 0.91 0.49
Hex 80 B EF 2E 5F 0 6 10F 5B 31
Octal 200 13 357 56 137 0 6 417 133 61
Binary 10000000 1011 11101111 101110 1011111 0 110 100001111 1011011 110001

Color Harmonies of #800BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BEF

Black with #800BEF

Text Example


Text Example

White with #800BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,11,239); }

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

background-color css

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

 a { background-color: rgb(128,11,239); }

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

border-color css

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

 span { border-color: rgb(128,11,239); }

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