Html Css Color HEX #740BFE Electric Indigo

📋 copy color: '#740BFE'

red 116 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #740BFE

Tints of Electric Indigo #740BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

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

R = 30.45%
G = 2.89%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#740BFE (or 0x740BFE) is known color: Electric Indigo. HEX triplet: 74, 0B and FE. RGB value is (116,11,254). Sum of RGB (Red+Green+Blue) = 116+11+254=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #740BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BFE is #8BF401. Grayscale: #454545. Windows color (decimal): -9171970 or 16649076. OLE color: 16649076.

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

Color convert

RGB 116 11 254 -
CMYK 0.54 0.96 0 0.00
HSL 265.93º 0.99% 0.52% -
HSV(B) 265.93º 0.96% 1% -
XYZ 25.21 11.11 94.58 -
YUV 70.1 231.79 160.74 -
System Red Green Blue C M Y K H S L
Decimal 116 11 254 0.54 0.96 0 0.00 265.93 0.99 0.52
Hex 74 B FE 36 60 0 0 10A 63 34
Octal 164 13 376 66 140 0 0 412 143 64
Binary 1110100 1011 11111110 110110 1100000 0 0 100001010 1100011 110100

Color Harmonies of #740BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BFE

Black with #740BFE

Text Example


Text Example

White with #740BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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