Html Css Color HEX #740FFE Electric Indigo

📋 copy color: '#740FFE'

red 116 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #740FFE

Tints of Electric Indigo #740FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 30.13%
G = 3.9%
B = 65.97%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#740FFE (or 0x740FFE) is known color: Electric Indigo. HEX triplet: 74, 0F and FE. RGB value is (116,15,254). Sum of RGB (Red+Green+Blue) = 116+15+254=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #740FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FFE is #8BF001. Grayscale: #474747. Windows color (decimal): -9170946 or 16650100. OLE color: 16650100.

HSL color Cylindrical-coordinate representation of color #740FFE: hue angle of 265.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FFE is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 15 254 -
CMYK 0.54 0.94 0 0.00
HSL 265.36º 0.99% 0.53% -
HSV(B) 265.36º 0.94% 1% -
XYZ 25.26 11.21 94.6 -
YUV 72.45 230.46 159.07 -
System Red Green Blue C M Y K H S L
Decimal 116 15 254 0.54 0.94 0 0.00 265.36 0.99 0.53
Hex 74 F FE 36 5E 0 0 109 63 35
Octal 164 17 376 66 136 0 0 411 143 65
Binary 1110100 1111 11111110 110110 1011110 0 0 100001001 1100011 110101

Color Harmonies of #740FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FFE

Black with #740FFE

Text Example


Text Example

White with #740FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740FFE; }

 p { color: rgb(116,15,254); }

 H1.HeaderClassName
 {
   color: #740FFE;
 }
 .AnyTagClassName
 {
   color: #740FFE;
 }
</style>

background-color css

<style>
 a { background-color: #740FFE; }

 a { background-color: rgb(116,15,254); }

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

border-color css

<style>
 span { border-color: #740FFE; }

 span { border-color: rgb(116,15,254); }

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