Html Css Color HEX #7403EC Electric Indigo

📋 copy color: '#7403EC'

red 116 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #7403EC

Tints of Electric Indigo #7403EC

RGB

 RED value IS 116 (45.7% from 255) = 32.68%

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

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

R = 32.68%
G = 0.85%
B = 66.48%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7403EC (or 0x7403EC) is known color: Electric Indigo. HEX triplet: 74, 03 and EC. RGB value is (116,3,236). Sum of RGB (Red+Green+Blue) = 116+3+236=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #7403EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7403EC is #8BFC13. Grayscale: #3E3E3E. Windows color (decimal): -9174036 or 15467380. OLE color: 15467380.

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

Color convert

RGB 116 3 236 -
CMYK 0.51 0.99 0 0.07
HSL 269.1º 0.97% 0.47% -
HSV(B) 269.1º 0.99% 0.93% -
XYZ 22.38 9.83 80.08 -
YUV 63.35 225.44 165.55 -
System Red Green Blue C M Y K H S L
Decimal 116 3 236 0.51 0.99 0 0.07 269.1 0.97 0.47
Hex 74 3 EC 33 63 0 7 10D 61 2F
Octal 164 3 354 63 143 0 7 415 141 57
Binary 1110100 11 11101100 110011 1100011 0 111 100001101 1100001 101111

Color Harmonies of #7403EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7403EC

Black with #7403EC

Text Example


Text Example

White with #7403EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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