Html Css Color HEX #740CF9 Electric Indigo

📋 copy color: '#740CF9'

red 116 ◦ green 12 ◦ blue 249

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

Shades of Electric Indigo #740CF9

Tints of Electric Indigo #740CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 66.05%

R = 30.77%
G = 3.18%
B = 66.05%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#740CF9 (or 0x740CF9) is known color: Electric Indigo. HEX triplet: 74, 0C and F9. RGB value is (116,12,249). Sum of RGB (Red+Green+Blue) = 116+12+249=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #740CF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CF9 is #8BF306. Grayscale: #454545. Windows color (decimal): -9171719 or 16321652. OLE color: 16321652.

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

Color convert

RGB 116 12 249 -
CMYK 0.53 0.95 0 0.02
HSL 266.33º 0.95% 0.51% -
HSV(B) 266.33º 0.95% 0.98% -
XYZ 24.43 10.82 90.42 -
YUV 70.11 228.96 160.73 -
System Red Green Blue C M Y K H S L
Decimal 116 12 249 0.53 0.95 0 0.02 266.33 0.95 0.51
Hex 74 C F9 35 5F 0 2 10A 5F 33
Octal 164 14 371 65 137 0 2 412 137 63
Binary 1110100 1100 11111001 110101 1011111 0 10 100001010 1011111 110011

Color Harmonies of #740CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CF9

Black with #740CF9

Text Example


Text Example

White with #740CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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