Html Css Color HEX #7403F6 Electric Indigo

📋 copy color: '#7403F6'

red 116 ◦ green 3 ◦ blue 246

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

Shades of Electric Indigo #7403F6

Tints of Electric Indigo #7403F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 67.4%

R = 31.78%
G = 0.82%
B = 67.4%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7403F6 (or 0x7403F6) is known color: Electric Indigo. HEX triplet: 74, 03 and F6. RGB value is (116,3,246). Sum of RGB (Red+Green+Blue) = 116+3+246=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #7403F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7403F6 is #8BFC09. Grayscale: #3F3F3F. Windows color (decimal): -9174026 or 16122740. OLE color: 16122740.

HSL color Cylindrical-coordinate representation of color #7403F6: hue angle of 267.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7403F6 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 3 246 -
CMYK 0.53 0.99 0 0.04
HSL 267.9º 0.98% 0.49% -
HSV(B) 267.9º 0.99% 0.96% -
XYZ 23.87 10.43 87.94 -
YUV 64.49 230.44 164.74 -
System Red Green Blue C M Y K H S L
Decimal 116 3 246 0.53 0.99 0 0.04 267.9 0.98 0.49
Hex 74 3 F6 35 63 0 4 10C 62 31
Octal 164 3 366 65 143 0 4 414 142 61
Binary 1110100 11 11110110 110101 1100011 0 100 100001100 1100010 110001

Color Harmonies of #7403F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7403F6

Black with #7403F6

Text Example


Text Example

White with #7403F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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