Html Css Color HEX #7403F1 Electric Indigo

📋 copy color: '#7403F1'

red 116 ◦ green 3 ◦ blue 241

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

Shades of Electric Indigo #7403F1

Tints of Electric Indigo #7403F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.94%

R = 32.22%
G = 0.83%
B = 66.94%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7403F1 (or 0x7403F1) is known color: Electric Indigo. HEX triplet: 74, 03 and F1. RGB value is (116,3,241). Sum of RGB (Red+Green+Blue) = 116+3+241=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #7403F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7403F1 is #8BFC0E. Grayscale: #3F3F3F. Windows color (decimal): -9174031 or 15795060. OLE color: 15795060.

HSL color Cylindrical-coordinate representation of color #7403F1: hue angle of 268.49º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7403F1 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 3 241 -
CMYK 0.52 0.99 0 0.05
HSL 268.49º 0.98% 0.48% -
HSV(B) 268.49º 0.99% 0.95% -
XYZ 23.11 10.13 83.96 -
YUV 63.92 227.94 165.15 -
System Red Green Blue C M Y K H S L
Decimal 116 3 241 0.52 0.99 0 0.05 268.49 0.98 0.48
Hex 74 3 F1 34 63 0 5 10C 62 30
Octal 164 3 361 64 143 0 5 414 142 60
Binary 1110100 11 11110001 110100 1100011 0 101 100001100 1100010 110000

Color Harmonies of #7403F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7403F1

Black with #7403F1

Text Example


Text Example

White with #7403F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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