Html Css Color HEX #740BFF Electric Indigo

📋 copy color: '#740BFF'

red 116 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #740BFF

Tints of Electric Indigo #740BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.75%

R = 30.37%
G = 2.88%
B = 66.75%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#740BFF (or 0x740BFF) is known color: Electric Indigo. HEX triplet: 74, 0B and FF. RGB value is (116,11,255). Sum of RGB (Red+Green+Blue) = 116+11+255=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #740BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BFF is #8BF400. Grayscale: #454545. Windows color (decimal): -9171969 or 16714612. OLE color: 16714612.

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

Color convert

RGB 116 11 255 -
CMYK 0.55 0.96 0 0
HSL 265.82º 1% 0.52% -
HSV(B) 265.82º 0.96% 1% -
XYZ 25.37 11.17 95.43 -
YUV 70.21 232.29 160.66 -
System Red Green Blue C M Y K H S L
Decimal 116 11 255 0.55 0.96 0 0 265.82 1 0.52
Hex 74 B FF 37 60 0 0 10A 64 34
Octal 164 13 377 67 140 0 0 412 144 64
Binary 1110100 1011 11111111 110111 1100000 0 0 100001010 1100100 110100

Color Harmonies of #740BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BFF

Black with #740BFF

Text Example


Text Example

White with #740BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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