Html Css Color HEX #740FEF Electric Indigo

📋 copy color: '#740FEF'

red 116 ◦ green 15 ◦ blue 239

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

Shades of Electric Indigo #740FEF

Tints of Electric Indigo #740FEF

RGB

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

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

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

R = 31.35%
G = 4.05%
B = 64.59%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#740FEF (or 0x740FEF) is known color: Electric Indigo. HEX triplet: 74, 0F and EF. RGB value is (116,15,239). Sum of RGB (Red+Green+Blue) = 116+15+239=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #740FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FEF is #8BF010. Grayscale: #454545. Windows color (decimal): -9170961 or 15667060. OLE color: 15667060.

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

Color convert

RGB 116 15 239 -
CMYK 0.51 0.94 0 0.06
HSL 267.05º 0.88% 0.5% -
HSV(B) 267.05º 0.94% 0.94% -
XYZ 22.95 10.29 82.44 -
YUV 70.74 222.96 160.29 -
System Red Green Blue C M Y K H S L
Decimal 116 15 239 0.51 0.94 0 0.06 267.05 0.88 0.5
Hex 74 F EF 33 5E 0 6 10B 58 32
Octal 164 17 357 63 136 0 6 413 130 62
Binary 1110100 1111 11101111 110011 1011110 0 110 100001011 1011000 110010

Color Harmonies of #740FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FEF

Black with #740FEF

Text Example


Text Example

White with #740FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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