Html Css Color HEX #7803EC Electric Indigo

📋 copy color: '#7803EC'

red 120 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #7803EC

Tints of Electric Indigo #7803EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.74%

R = 33.43%
G = 0.84%
B = 65.74%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7803EC (or 0x7803EC) is known color: Electric Indigo. HEX triplet: 78, 03 and EC. RGB value is (120,3,236). Sum of RGB (Red+Green+Blue) = 120+3+236=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #7803EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7803EC is #87FC13. Grayscale: #3F3F3F. Windows color (decimal): -8911892 or 15467384. OLE color: 15467384.

HSL color Cylindrical-coordinate representation of color #7803EC: hue angle of 270.13º degrees, saturation: 0.97, 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 #7803EC is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 3 236 -
CMYK 0.49 0.99 0 0.07
HSL 270.13º 0.97% 0.47% -
HSV(B) 270.13º 0.99% 0.93% -
XYZ 22.92 10.11 80.1 -
YUV 64.55 224.76 167.55 -
System Red Green Blue C M Y K H S L
Decimal 120 3 236 0.49 0.99 0 0.07 270.13 0.97 0.47
Hex 78 3 EC 31 63 0 7 10E 61 2F
Octal 170 3 354 61 143 0 7 416 141 57
Binary 1111000 11 11101100 110001 1100011 0 111 100001110 1100001 101111

Color Harmonies of #7803EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7803EC

Black with #7803EC

Text Example


Text Example

White with #7803EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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