Html Css Color HEX #7403FC Electric Indigo

📋 copy color: '#7403FC'

red 116 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #7403FC

Tints of Electric Indigo #7403FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 31.27%
G = 0.81%
B = 67.92%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7403FC (or 0x7403FC) is known color: Electric Indigo. HEX triplet: 74, 03 and FC. RGB value is (116,3,252). Sum of RGB (Red+Green+Blue) = 116+3+252=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #7403FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7403FC is #8BFC03. Grayscale: #404040. Windows color (decimal): -9174020 or 16515956. OLE color: 16515956.

HSL color Cylindrical-coordinate representation of color #7403FC: hue angle of 267.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7403FC is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 3 252 -
CMYK 0.54 0.99 0 0.01
HSL 267.23º 0.98% 0.5% -
HSV(B) 267.23º 0.99% 0.99% -
XYZ 24.81 10.81 92.87 -
YUV 65.17 233.44 164.25 -
System Red Green Blue C M Y K H S L
Decimal 116 3 252 0.54 0.99 0 0.01 267.23 0.98 0.5
Hex 74 3 FC 36 63 0 1 10B 62 32
Octal 164 3 374 66 143 0 1 413 142 62
Binary 1110100 11 11111100 110110 1100011 0 1 100001011 1100010 110010

Color Harmonies of #7403FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7403FC

Black with #7403FC

Text Example


Text Example

White with #7403FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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