Html Css Color HEX #7803EA Electric Indigo

📋 copy color: '#7803EA'

red 120 ◦ green 3 ◦ blue 234

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

Shades of Electric Indigo #7803EA

Tints of Electric Indigo #7803EA

RGB

 RED value IS 120 (47.27% from 255) = 33.61%

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 234 (91.8% from 255) = 65.55%

R = 33.61%
G = 0.84%
B = 65.55%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7803EA (or 0x7803EA) is known color: Electric Indigo. HEX triplet: 78, 03 and EA. RGB value is (120,3,234). Sum of RGB (Red+Green+Blue) = 120+3+234=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #7803EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7803EA is #87FC15. Grayscale: #3F3F3F. Windows color (decimal): -8911894 or 15336312. OLE color: 15336312.

HSL color Cylindrical-coordinate representation of color #7803EA: hue angle of 270.39º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7803EA is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 3 234 -
CMYK 0.49 0.99 0 0.08
HSL 270.39º 0.97% 0.46% -
HSV(B) 270.39º 0.99% 0.92% -
XYZ 22.63 10 78.58 -
YUV 64.32 223.76 167.72 -
System Red Green Blue C M Y K H S L
Decimal 120 3 234 0.49 0.99 0 0.08 270.39 0.97 0.46
Hex 78 3 EA 31 63 0 8 10E 61 2E
Octal 170 3 352 61 143 0 10 416 141 56
Binary 1111000 11 11101010 110001 1100011 0 1000 100001110 1100001 101110

Color Harmonies of #7803EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7803EA

Black with #7803EA

Text Example


Text Example

White with #7803EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7803EA; }

 p { color: rgb(120,3,234); }

 H1.HeaderClassName
 {
   color: #7803EA;
 }
 .AnyTagClassName
 {
   color: #7803EA;
 }
</style>

background-color css

<style>
 a { background-color: #7803EA; }

 a { background-color: rgb(120,3,234); }

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

border-color css

<style>
 span { border-color: #7803EA; }

 span { border-color: rgb(120,3,234); }

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