#7B02ED

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

Shades of Electric Indigo #7B02ED

Tints of Electric Indigo #7B02ED

Color information

#7B02ED (or 0x7B02ED) is unknown color: approx Electric Indigo. HEX triplet: 7B, 02 and ED. RGB value is (123,2,237). Sum of RGB (Red+Green+Blue) = 123+2+237=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B02ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B02ED is #84FD12. Grayscale: #404040. Windows color (decimal): -8715539 or 15532667. OLE color: 15532667.

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

Color convert

RGB1232237-
CMYK0.480.9900.07
HSL270.89º98.33%46.86%-
HSV(B)270.89º99.16%92.94%-
XYZ23.4810.3780.88-
YUV64.97225.09169.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.98%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 237 (92.97% from 255) = 65.47%
R=33.98%
G=0.55%
B=65.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12322370.480.9900.07270.8998.3346.86
Hex7B2ED30630710f622f
Octal1732355601430741714257
Binary11110111011101101110000110001101111000011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B02ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,237); }

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

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

 a { background-color: rgb(123,2,237); }

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

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

 span { border-color: rgb(123,2,237); }

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