Html Css Color HEX #7405FE Electric Indigo

📋 copy color: '#7405FE'

red 116 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #7405FE

Tints of Electric Indigo #7405FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 30.93%
G = 1.33%
B = 67.73%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7405FE (or 0x7405FE) is known color: Electric Indigo. HEX triplet: 74, 05 and FE. RGB value is (116,5,254). Sum of RGB (Red+Green+Blue) = 116+5+254=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #7405FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7405FE is #8BFA01. Grayscale: #414141. Windows color (decimal): -9173506 or 16647540. OLE color: 16647540.

HSL color Cylindrical-coordinate representation of color #7405FE: hue angle of 266.75º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7405FE is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 5 254 -
CMYK 0.54 0.98 0 0.00
HSL 266.75º 0.99% 0.51% -
HSV(B) 266.75º 0.98% 1% -
XYZ 25.15 10.98 94.56 -
YUV 66.58 233.77 163.25 -
System Red Green Blue C M Y K H S L
Decimal 116 5 254 0.54 0.98 0 0.00 266.75 0.99 0.51
Hex 74 5 FE 36 62 0 0 10B 63 33
Octal 164 5 376 66 142 0 0 413 143 63
Binary 1110100 101 11111110 110110 1100010 0 0 100001011 1100011 110011

Color Harmonies of #7405FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7405FE

Black with #7405FE

Text Example


Text Example

White with #7405FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7405FE; }

 p { color: rgb(116,5,254); }

 H1.HeaderClassName
 {
   color: #7405FE;
 }
 .AnyTagClassName
 {
   color: #7405FE;
 }
</style>

background-color css

<style>
 a { background-color: #7405FE; }

 a { background-color: rgb(116,5,254); }

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

border-color css

<style>
 span { border-color: #7405FE; }

 span { border-color: rgb(116,5,254); }

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