Html Css Color HEX #740FF3 Electric Indigo

📋 copy color: '#740FF3'

red 116 ◦ green 15 ◦ blue 243

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

Shades of Electric Indigo #740FF3

Tints of Electric Indigo #740FF3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.01%

 BLUE value IS 243 (95.31% from 255) = 64.97%

R = 31.02%
G = 4.01%
B = 64.97%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#740FF3 (or 0x740FF3) is known color: Electric Indigo. HEX triplet: 74, 0F and F3. RGB value is (116,15,243). Sum of RGB (Red+Green+Blue) = 116+15+243=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #740FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FF3 is #8BF00C. Grayscale: #464646. Windows color (decimal): -9170957 or 15929204. OLE color: 15929204.

HSL color Cylindrical-coordinate representation of color #740FF3: hue angle of 266.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FF3 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 15 243 -
CMYK 0.52 0.94 0 0.05
HSL 266.58º 0.9% 0.51% -
HSV(B) 266.58º 0.94% 0.95% -
XYZ 23.55 10.53 85.58 -
YUV 71.19 224.96 159.96 -
System Red Green Blue C M Y K H S L
Decimal 116 15 243 0.52 0.94 0 0.05 266.58 0.9 0.51
Hex 74 F F3 34 5E 0 5 10B 5A 33
Octal 164 17 363 64 136 0 5 413 132 63
Binary 1110100 1111 11110011 110100 1011110 0 101 100001011 1011010 110011

Color Harmonies of #740FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FF3

Black with #740FF3

Text Example


Text Example

White with #740FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,15,243); }

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

background-color css

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

 a { background-color: rgb(116,15,243); }

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

border-color css

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

 span { border-color: rgb(116,15,243); }

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