Html Css Color HEX #800CEF Electric Indigo

📋 copy color: '#800CEF'

red 128 ◦ green 12 ◦ blue 239

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

Shades of Electric Indigo #800CEF

Tints of Electric Indigo #800CEF

RGB

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

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

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

R = 33.77%
G = 3.17%
B = 63.06%

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

#800CEF (or 0x800CEF) is known color: Electric Indigo. HEX triplet: 80, 0C and EF. RGB value is (128,12,239). Sum of RGB (Red+Green+Blue) = 128+12+239=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #800CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800CEF is #7FF310. Grayscale: #474747. Windows color (decimal): -8385297 or 15666304. OLE color: 15666304.

HSL color Cylindrical-coordinate representation of color #800CEF: hue angle of 270.66º degrees, saturation: 0.9, 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 #800CEF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 12 239 -
CMYK 0.46 0.95 0 0.06
HSL 270.66º 0.9% 0.49% -
HSV(B) 270.66º 0.95% 0.94% -
XYZ 24.61 11.08 82.5 -
YUV 72.56 221.93 167.54 -
System Red Green Blue C M Y K H S L
Decimal 128 12 239 0.46 0.95 0 0.06 270.66 0.9 0.49
Hex 80 C EF 2E 5F 0 6 10F 5A 31
Octal 200 14 357 56 137 0 6 417 132 61
Binary 10000000 1100 11101111 101110 1011111 0 110 100001111 1011010 110001

Color Harmonies of #800CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CEF

Black with #800CEF

Text Example


Text Example

White with #800CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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