Html Css Color HEX #740EFB Electric Indigo

📋 copy color: '#740EFB'

red 116 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #740EFB

Tints of Electric Indigo #740EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.67%

 BLUE value IS 251 (98.44% from 255) = 65.88%

R = 30.45%
G = 3.67%
B = 65.88%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#740EFB (or 0x740EFB) is known color: Electric Indigo. HEX triplet: 74, 0E and FB. RGB value is (116,14,251). Sum of RGB (Red+Green+Blue) = 116+14+251=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #740EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EFB is #8BF104. Grayscale: #464646. Windows color (decimal): -9171205 or 16453236. OLE color: 16453236.

HSL color Cylindrical-coordinate representation of color #740EFB: hue angle of 265.82º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EFB is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 14 251 -
CMYK 0.54 0.94 0 0.02
HSL 265.82º 0.97% 0.52% -
HSV(B) 265.82º 0.94% 0.98% -
XYZ 24.77 10.99 92.08 -
YUV 71.52 229.29 159.73 -
System Red Green Blue C M Y K H S L
Decimal 116 14 251 0.54 0.94 0 0.02 265.82 0.97 0.52
Hex 74 E FB 36 5E 0 2 10A 61 34
Octal 164 16 373 66 136 0 2 412 141 64
Binary 1110100 1110 11111011 110110 1011110 0 10 100001010 1100001 110100

Color Harmonies of #740EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EFB

Black with #740EFB

Text Example


Text Example

White with #740EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,14,251); }

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

background-color css

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

 a { background-color: rgb(116,14,251); }

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

border-color css

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

 span { border-color: rgb(116,14,251); }

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