Html Css Color HEX #7400EA Electric Indigo

📋 copy color: '#7400EA'

red 116 ◦ green 0 ◦ blue 234

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

Shades of Electric Indigo #7400EA

Tints of Electric Indigo #7400EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 33.14%
G = 0%
B = 66.86%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7400EA (or 0x7400EA) is known color: Electric Indigo. HEX triplet: 74, 00 and EA. RGB value is (116,0,234). Sum of RGB (Red+Green+Blue) = 116+0+234=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #7400EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400EA is #8BFF15. Grayscale: #3C3C3C. Windows color (decimal): -9174806 or 15335540. OLE color: 15335540.

HSL color Cylindrical-coordinate representation of color #7400EA: hue angle of 269.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400EA is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 0 234 -
CMYK 0.50 1 0 0.08
HSL 269.74º 1% 0.46% -
HSV(B) 269.74º 1% 0.92% -
XYZ 22.05 9.65 78.54 -
YUV 61.36 225.43 166.97 -
System Red Green Blue C M Y K H S L
Decimal 116 0 234 0.50 1 0 0.08 269.74 1 0.46
Hex 74 0 EA 32 64 0 8 10E 64 2E
Octal 164 0 352 62 144 0 10 416 144 56
Binary 1110100 0 11101010 110010 1100100 0 1000 100001110 1100100 101110

Color Harmonies of #7400EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400EA

Black with #7400EA

Text Example


Text Example

White with #7400EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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