Html Css Color HEX #7405EC Electric Indigo

📋 copy color: '#7405EC'

red 116 ◦ green 5 ◦ blue 236

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

Shades of Electric Indigo #7405EC

Tints of Electric Indigo #7405EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.11%

R = 32.49%
G = 1.4%
B = 66.11%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7405EC (or 0x7405EC) is known color: Electric Indigo. HEX triplet: 74, 05 and EC. RGB value is (116,5,236). Sum of RGB (Red+Green+Blue) = 116+5+236=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #7405EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7405EC is #8BFA13. Grayscale: #3F3F3F. Windows color (decimal): -9173524 or 15467892. OLE color: 15467892.

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

Color convert

RGB 116 5 236 -
CMYK 0.51 0.98 0 0.07
HSL 268.83º 0.96% 0.47% -
HSV(B) 268.83º 0.98% 0.93% -
XYZ 22.4 9.88 80.08 -
YUV 64.52 224.77 164.72 -
System Red Green Blue C M Y K H S L
Decimal 116 5 236 0.51 0.98 0 0.07 268.83 0.96 0.47
Hex 74 5 EC 33 62 0 7 10D 60 2F
Octal 164 5 354 63 142 0 7 415 140 57
Binary 1110100 101 11101100 110011 1100010 0 111 100001101 1100000 101111

Color Harmonies of #7405EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7405EC

Black with #7405EC

Text Example


Text Example

White with #7405EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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