Html Css Color HEX #740FED Electric Indigo

📋 copy color: '#740FED'

red 116 ◦ green 15 ◦ blue 237

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

Shades of Electric Indigo #740FED

Tints of Electric Indigo #740FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 31.52%
G = 4.08%
B = 64.4%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#740FED (or 0x740FED) is known color: Electric Indigo. HEX triplet: 74, 0F and ED. RGB value is (116,15,237). Sum of RGB (Red+Green+Blue) = 116+15+237=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #740FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FED is #8BF012. Grayscale: #454545. Windows color (decimal): -9170963 or 15535988. OLE color: 15535988.

HSL color Cylindrical-coordinate representation of color #740FED: hue angle of 267.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FED is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 15 237 -
CMYK 0.51 0.94 0 0.07
HSL 267.3º 0.88% 0.49% -
HSV(B) 267.3º 0.94% 0.93% -
XYZ 22.66 10.17 80.89 -
YUV 70.51 221.96 160.45 -
System Red Green Blue C M Y K H S L
Decimal 116 15 237 0.51 0.94 0 0.07 267.3 0.88 0.49
Hex 74 F ED 33 5E 0 7 10B 58 31
Octal 164 17 355 63 136 0 7 413 130 61
Binary 1110100 1111 11101101 110011 1011110 0 111 100001011 1011000 110001

Color Harmonies of #740FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FED

Black with #740FED

Text Example


Text Example

White with #740FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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