#7D0BF0

Color #7D0BF0 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7D0BF0

Tints of Electric Indigo #7D0BF0

Color information

#7D0BF0 (or 0x7D0BF0) is unknown color: approx Electric Indigo. HEX triplet: 7D, 0B and F0. RGB value is (125,11,240). Sum of RGB (Red+Green+Blue) = 125+11+240=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D0BF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0BF0 is #82F40F. Grayscale: #464646. Windows color (decimal): -8582160 or 15731581. OLE color: 15731581.

HSL color Cylindrical-coordinate representation of color #7D0BF0: hue angle of 269.87º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0BF0 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12511240-
CMYK0.480.9500.06
HSL269.87º91.24%49.22%-
HSV(B)269.87º95.42%94.12%-
XYZ24.3110.8983.26-
YUV71.19223.27166.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.24%
GREEN value IS 11 (4.69% from 255) = 2.93%
BLUE value IS 240 (94.14% from 255) = 63.83%
R=33.24%
G=2.93%
B=63.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125112400.480.9500.06269.8791.2449.22
Hex7DBF0305F0610e5b31
Octal17513360601370641613361
Binary1111101101111110000110000101111101101000011101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D0BF0; }

 p { color: rgb(125,11,240); }

 H1.HeaderClassName
 {
   color: #7D0BF0;
 }
 .AnyTagClassName
 {
   color: #7D0BF0;
 }
</style>
background-color css

<style>
 a { background-color: #7D0BF0; }

 a { background-color: rgb(125,11,240); }

 div.DivClassName
 {
   background-color: #7D0BF0;
 }
 .BgClassName
 {
   background-color: #7D0BF0;
 }
</style>
border-color css

<style>
 span { border-color: #7D0BF0; }

 span { border-color: rgb(125,11,240); }

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