Html Css Color HEX #800CEE Electric Indigo

📋 copy color: '#800CEE'

red 128 ◦ green 12 ◦ blue 238

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

Shades of Electric Indigo #800CEE

Tints of Electric Indigo #800CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 33.86%
G = 3.17%
B = 62.96%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#800CEE (or 0x800CEE) is known color: Electric Indigo. HEX triplet: 80, 0C and EE. RGB value is (128,12,238). Sum of RGB (Red+Green+Blue) = 128+12+238=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #800CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800CEE is #7FF311. Grayscale: #474747. Windows color (decimal): -8385298 or 15600768. OLE color: 15600768.

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

Color convert

RGB 128 12 238 -
CMYK 0.46 0.95 0 0.07
HSL 270.8º 0.9% 0.49% -
HSV(B) 270.8º 0.95% 0.93% -
XYZ 24.47 11.03 81.73 -
YUV 72.45 221.43 167.62 -
System Red Green Blue C M Y K H S L
Decimal 128 12 238 0.46 0.95 0 0.07 270.8 0.9 0.49
Hex 80 C EE 2E 5F 0 7 10F 5A 31
Octal 200 14 356 56 137 0 7 417 132 61
Binary 10000000 1100 11101110 101110 1011111 0 111 100001111 1011010 110001

Color Harmonies of #800CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CEE

Black with #800CEE

Text Example


Text Example

White with #800CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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