Html Css Color HEX #8007F2 Electric Indigo

📋 copy color: '#8007F2'

red 128 ◦ green 7 ◦ blue 242

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

Shades of Electric Indigo #8007F2

Tints of Electric Indigo #8007F2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 242 (94.92% from 255) = 64.19%

R = 33.95%
G = 1.86%
B = 64.19%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8007F2 (or 0x8007F2) is known color: Electric Indigo. HEX triplet: 80, 07 and F2. RGB value is (128,7,242). Sum of RGB (Red+Green+Blue) = 128+7+242=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #8007F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8007F2 is #7FF80D. Grayscale: #454545. Windows color (decimal): -8386574 or 15861632. OLE color: 15861632.

HSL color Cylindrical-coordinate representation of color #8007F2: hue angle of 270.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007F2 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 7 242 -
CMYK 0.47 0.97 0 0.05
HSL 270.89º 0.94% 0.49% -
HSV(B) 270.89º 0.97% 0.95% -
XYZ 25.01 11.15 84.84 -
YUV 69.97 225.09 169.39 -
System Red Green Blue C M Y K H S L
Decimal 128 7 242 0.47 0.97 0 0.05 270.89 0.94 0.49
Hex 80 7 F2 2F 61 0 5 10F 5E 31
Octal 200 7 362 57 141 0 5 417 136 61
Binary 10000000 111 11110010 101111 1100001 0 101 100001111 1011110 110001

Color Harmonies of #8007F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8007F2

Black with #8007F2

Text Example


Text Example

White with #8007F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8007F2; }

 p { color: rgb(128,7,242); }

 H1.HeaderClassName
 {
   color: #8007F2;
 }
 .AnyTagClassName
 {
   color: #8007F2;
 }
</style>

background-color css

<style>
 a { background-color: #8007F2; }

 a { background-color: rgb(128,7,242); }

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

border-color css

<style>
 span { border-color: #8007F2; }

 span { border-color: rgb(128,7,242); }

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