Html Css Color HEX #740CF3 Electric Indigo

📋 copy color: '#740CF3'

red 116 ◦ green 12 ◦ blue 243

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

Shades of Electric Indigo #740CF3

Tints of Electric Indigo #740CF3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

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

R = 31.27%
G = 3.23%
B = 65.5%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#740CF3 (or 0x740CF3) is known color: Electric Indigo. HEX triplet: 74, 0C and F3. RGB value is (116,12,243). Sum of RGB (Red+Green+Blue) = 116+12+243=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #740CF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CF3 is #8BF30C. Grayscale: #444444. Windows color (decimal): -9171725 or 15928436. OLE color: 15928436.

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

Color convert

RGB 116 12 243 -
CMYK 0.52 0.95 0 0.05
HSL 267.01º 0.91% 0.5% -
HSV(B) 267.01º 0.95% 0.95% -
XYZ 23.51 10.45 85.57 -
YUV 69.43 225.96 161.22 -
System Red Green Blue C M Y K H S L
Decimal 116 12 243 0.52 0.95 0 0.05 267.01 0.91 0.5
Hex 74 C F3 34 5F 0 5 10B 5B 32
Octal 164 14 363 64 137 0 5 413 133 62
Binary 1110100 1100 11110011 110100 1011111 0 101 100001011 1011011 110010

Color Harmonies of #740CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CF3

Black with #740CF3

Text Example


Text Example

White with #740CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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