Html Css Color HEX #7400EF Electric Indigo

📋 copy color: '#7400EF'

red 116 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #7400EF

Tints of Electric Indigo #7400EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 32.68%
G = 0%
B = 67.32%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7400EF (or 0x7400EF) is known color: Electric Indigo. HEX triplet: 74, 00 and EF. RGB value is (116,0,239). Sum of RGB (Red+Green+Blue) = 116+0+239=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #7400EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400EF is #8BFF10. Grayscale: #3D3D3D. Windows color (decimal): -9174801 or 15663220. OLE color: 15663220.

HSL color Cylindrical-coordinate representation of color #7400EF: hue angle of 269.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400EF is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 0 239 -
CMYK 0.51 1 0 0.06
HSL 269.12º 1% 0.47% -
HSV(B) 269.12º 1% 0.94% -
XYZ 22.78 9.94 82.38 -
YUV 61.93 227.93 166.57 -
System Red Green Blue C M Y K H S L
Decimal 116 0 239 0.51 1 0 0.06 269.12 1 0.47
Hex 74 0 EF 33 64 0 6 10D 64 2F
Octal 164 0 357 63 144 0 6 415 144 57
Binary 1110100 0 11101111 110011 1100100 0 110 100001101 1100100 101111

Color Harmonies of #7400EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400EF

Black with #7400EF

Text Example


Text Example

White with #7400EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7400EF; }

 p { color: rgb(116,0,239); }

 H1.HeaderClassName
 {
   color: #7400EF;
 }
 .AnyTagClassName
 {
   color: #7400EF;
 }
</style>

background-color css

<style>
 a { background-color: #7400EF; }

 a { background-color: rgb(116,0,239); }

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

border-color css

<style>
 span { border-color: #7400EF; }

 span { border-color: rgb(116,0,239); }

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