Html Css Color HEX #7405FF Electric Indigo

📋 copy color: '#7405FF'

red 116 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #7405FF

Tints of Electric Indigo #7405FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.82%

R = 30.85%
G = 1.33%
B = 67.82%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7405FF (or 0x7405FF) is known color: Electric Indigo. HEX triplet: 74, 05 and FF. RGB value is (116,5,255). Sum of RGB (Red+Green+Blue) = 116+5+255=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #7405FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7405FF is #8BFA00. Grayscale: #414141. Windows color (decimal): -9173505 or 16713076. OLE color: 16713076.

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

Color convert

RGB 116 5 255 -
CMYK 0.55 0.98 0 0
HSL 266.64º 1% 0.51% -
HSV(B) 266.64º 0.98% 1% -
XYZ 25.31 11.04 95.41 -
YUV 66.69 234.27 163.17 -
System Red Green Blue C M Y K H S L
Decimal 116 5 255 0.55 0.98 0 0 266.64 1 0.51
Hex 74 5 FF 37 62 0 0 10B 64 33
Octal 164 5 377 67 142 0 0 413 144 63
Binary 1110100 101 11111111 110111 1100010 0 0 100001011 1100100 110011

Color Harmonies of #7405FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7405FF

Black with #7405FF

Text Example


Text Example

White with #7405FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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