#7D00EE

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

Shades of Electric Indigo #7D00EE

Tints of Electric Indigo #7D00EE

Color information

#7D00EE (or 0x7D00EE) is unknown color: approx Electric Indigo. HEX triplet: 7D, 00 and EE. RGB value is (125,0,238). Sum of RGB (Red+Green+Blue) = 125+0+238=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D00EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D00EE is #82FF11. Grayscale: #3F3F3F. Windows color (decimal): -8584978 or 15597693. OLE color: 15597693.

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

Color convert

RGB1250238-
CMYK0.47100.07
HSL271.51º100%46.67%-
HSV(B)271.51º100%93.33%-
XYZ23.8910.5381.66-
YUV64.51225.91171.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 65.56%
R=34.44%
G=0%
B=65.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12502380.47100.07271.5110046.67
Hex7D0EE2F6407110642f
Octal1750356571440742014457
Binary1111101011101110101111110010001111000100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,0,238); }

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

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

 a { background-color: rgb(125,0,238); }

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

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

 span { border-color: rgb(125,0,238); }

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