Html Css Color HEX #800DF0 Electric Indigo

📋 copy color: '#800DF0'

red 128 ◦ green 13 ◦ blue 240

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

Shades of Electric Indigo #800DF0

Tints of Electric Indigo #800DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.99%

R = 33.6%
G = 3.41%
B = 62.99%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#800DF0 (or 0x800DF0) is known color: Electric Indigo. HEX triplet: 80, 0D and F0. RGB value is (128,13,240). Sum of RGB (Red+Green+Blue) = 128+13+240=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #800DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800DF0 is #7FF20F. Grayscale: #484848. Windows color (decimal): -8385040 or 15732096. OLE color: 15732096.

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

Color convert

RGB 128 13 240 -
CMYK 0.47 0.95 0 0.06
HSL 270.4º 0.9% 0.5% -
HSV(B) 270.4º 0.95% 0.94% -
XYZ 24.77 11.17 83.29 -
YUV 73.26 222.1 167.04 -
System Red Green Blue C M Y K H S L
Decimal 128 13 240 0.47 0.95 0 0.06 270.4 0.9 0.5
Hex 80 D F0 2F 5F 0 6 10E 5A 32
Octal 200 15 360 57 137 0 6 416 132 62
Binary 10000000 1101 11110000 101111 1011111 0 110 100001110 1011010 110010

Color Harmonies of #800DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DF0

Black with #800DF0

Text Example


Text Example

White with #800DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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