Html Css Color HEX #7401EF Electric Indigo

📋 copy color: '#7401EF'

red 116 ◦ green 1 ◦ blue 239

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

Shades of Electric Indigo #7401EF

Tints of Electric Indigo #7401EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 32.58%
G = 0.28%
B = 67.13%

CMYK

 C value IS 0.51

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7401EF (or 0x7401EF) is known color: Electric Indigo. HEX triplet: 74, 01 and EF. RGB value is (116,1,239). Sum of RGB (Red+Green+Blue) = 116+1+239=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #7401EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7401EF is #8BFE10. Grayscale: #3D3D3D. Windows color (decimal): -9174545 or 15663476. OLE color: 15663476.

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

Color convert

RGB 116 1 239 -
CMYK 0.51 1.00 0 0.06
HSL 268.99º 0.99% 0.47% -
HSV(B) 268.99º 1% 0.94% -
XYZ 22.79 9.97 82.38 -
YUV 62.52 227.6 166.15 -
System Red Green Blue C M Y K H S L
Decimal 116 1 239 0.51 1.00 0 0.06 268.99 0.99 0.47
Hex 74 1 EF 33 64 0 6 10D 63 2F
Octal 164 1 357 63 144 0 6 415 143 57
Binary 1110100 1 11101111 110011 1100100 0 110 100001101 1100011 101111

Color Harmonies of #7401EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7401EF

Black with #7401EF

Text Example


Text Example

White with #7401EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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