Html Css Color HEX #800DF2 Electric Indigo

📋 copy color: '#800DF2'

red 128 ◦ green 13 ◦ blue 242

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

Shades of Electric Indigo #800DF2

Tints of Electric Indigo #800DF2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 33.42%
G = 3.39%
B = 63.19%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#800DF2 (or 0x800DF2) is known color: Electric Indigo. HEX triplet: 80, 0D and F2. RGB value is (128,13,242). Sum of RGB (Red+Green+Blue) = 128+13+242=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #800DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800DF2 is #7FF20D. Grayscale: #484848. Windows color (decimal): -8385038 or 15863168. OLE color: 15863168.

HSL color Cylindrical-coordinate representation of color #800DF2: hue angle of 270.13º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800DF2 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 13 242 -
CMYK 0.47 0.95 0 0.05
HSL 270.13º 0.9% 0.5% -
HSV(B) 270.13º 0.95% 0.95% -
XYZ 25.07 11.29 84.86 -
YUV 73.49 223.1 166.88 -
System Red Green Blue C M Y K H S L
Decimal 128 13 242 0.47 0.95 0 0.05 270.13 0.9 0.5
Hex 80 D F2 2F 5F 0 5 10E 5A 32
Octal 200 15 362 57 137 0 5 416 132 62
Binary 10000000 1101 11110010 101111 1011111 0 101 100001110 1011010 110010

Color Harmonies of #800DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DF2

Black with #800DF2

Text Example


Text Example

White with #800DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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