Html Css Color HEX #740EFD Electric Indigo

📋 copy color: '#740EFD'

red 116 ◦ green 14 ◦ blue 253

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

Shades of Electric Indigo #740EFD

Tints of Electric Indigo #740EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.06%

R = 30.29%
G = 3.66%
B = 66.06%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#740EFD (or 0x740EFD) is known color: Electric Indigo. HEX triplet: 74, 0E and FD. RGB value is (116,14,253). Sum of RGB (Red+Green+Blue) = 116+14+253=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #740EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EFD is #8BF102. Grayscale: #464646. Windows color (decimal): -9171203 or 16584308. OLE color: 16584308.

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

Color convert

RGB 116 14 253 -
CMYK 0.54 0.94 0 0.01
HSL 265.61º 0.98% 0.52% -
HSV(B) 265.61º 0.94% 0.99% -
XYZ 25.09 11.12 93.75 -
YUV 71.74 230.29 159.57 -
System Red Green Blue C M Y K H S L
Decimal 116 14 253 0.54 0.94 0 0.01 265.61 0.98 0.52
Hex 74 E FD 36 5E 0 1 10A 62 34
Octal 164 16 375 66 136 0 1 412 142 64
Binary 1110100 1110 11111101 110110 1011110 0 1 100001010 1100010 110100

Color Harmonies of #740EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EFD

Black with #740EFD

Text Example


Text Example

White with #740EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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