Html Css Color HEX #740BFA Electric Indigo

📋 copy color: '#740BFA'

red 116 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #740BFA

Tints of Electric Indigo #740BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.31%

R = 30.77%
G = 2.92%
B = 66.31%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#740BFA (or 0x740BFA) is known color: Electric Indigo. HEX triplet: 74, 0B and FA. RGB value is (116,11,250). Sum of RGB (Red+Green+Blue) = 116+11+250=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #740BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BFA is #8BF405. Grayscale: #444444. Windows color (decimal): -9171974 or 16386932. OLE color: 16386932.

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

Color convert

RGB 116 11 250 -
CMYK 0.54 0.96 0 0.02
HSL 266.36º 0.96% 0.51% -
HSV(B) 266.36º 0.96% 0.98% -
XYZ 24.58 10.85 91.24 -
YUV 69.64 229.79 161.07 -
System Red Green Blue C M Y K H S L
Decimal 116 11 250 0.54 0.96 0 0.02 266.36 0.96 0.51
Hex 74 B FA 36 60 0 2 10A 60 33
Octal 164 13 372 66 140 0 2 412 140 63
Binary 1110100 1011 11111010 110110 1100000 0 10 100001010 1100000 110011

Color Harmonies of #740BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BFA

Black with #740BFA

Text Example


Text Example

White with #740BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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