Html Css Color HEX #8002EC Electric Indigo

📋 copy color: '#8002EC'

red 128 ◦ green 2 ◦ blue 236

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

Shades of Electric Indigo #8002EC

Tints of Electric Indigo #8002EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 34.97%
G = 0.55%
B = 64.48%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8002EC (or 0x8002EC) is known color: Electric Indigo. HEX triplet: 80, 02 and EC. RGB value is (128,2,236). Sum of RGB (Red+Green+Blue) = 128+2+236=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #8002EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8002EC is #7FFD13. Grayscale: #414141. Windows color (decimal): -8387860 or 15467136. OLE color: 15467136.

HSL color Cylindrical-coordinate representation of color #8002EC: hue angle of 272.31º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002EC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 2 236 -
CMYK 0.46 0.99 0 0.07
HSL 272.31º 0.98% 0.47% -
HSV(B) 272.31º 0.99% 0.93% -
XYZ 24.06 10.69 80.15 -
YUV 66.35 223.74 171.97 -
System Red Green Blue C M Y K H S L
Decimal 128 2 236 0.46 0.99 0 0.07 272.31 0.98 0.47
Hex 80 2 EC 2E 63 0 7 110 62 2F
Octal 200 2 354 56 143 0 7 420 142 57
Binary 10000000 10 11101100 101110 1100011 0 111 100010000 1100010 101111

Color Harmonies of #8002EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002EC

Black with #8002EC

Text Example


Text Example

White with #8002EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8002EC; }

 p { color: rgb(128,2,236); }

 H1.HeaderClassName
 {
   color: #8002EC;
 }
 .AnyTagClassName
 {
   color: #8002EC;
 }
</style>

background-color css

<style>
 a { background-color: #8002EC; }

 a { background-color: rgb(128,2,236); }

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

border-color css

<style>
 span { border-color: #8002EC; }

 span { border-color: rgb(128,2,236); }

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