Html Css Color HEX #7411FA Electric Indigo

📋 copy color: '#7411FA'

red 116 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #7411FA

Tints of Electric Indigo #7411FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.44%

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

R = 30.29%
G = 4.44%
B = 65.27%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7411FA (or 0x7411FA) is known color: Electric Indigo. HEX triplet: 74, 11 and FA. RGB value is (116,17,250). Sum of RGB (Red+Green+Blue) = 116+17+250=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #7411FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7411FA is #8BEE05. Grayscale: #484848. Windows color (decimal): -9170438 or 16388468. OLE color: 16388468.

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

Color convert

RGB 116 17 250 -
CMYK 0.54 0.93 0 0.02
HSL 265.49º 0.96% 0.52% -
HSV(B) 265.49º 0.93% 0.98% -
XYZ 24.66 11.02 91.27 -
YUV 73.16 227.8 158.55 -
System Red Green Blue C M Y K H S L
Decimal 116 17 250 0.54 0.93 0 0.02 265.49 0.96 0.52
Hex 74 11 FA 36 5D 0 2 109 60 34
Octal 164 21 372 66 135 0 2 411 140 64
Binary 1110100 10001 11111010 110110 1011101 0 10 100001001 1100000 110100

Color Harmonies of #7411FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7411FA

Black with #7411FA

Text Example


Text Example

White with #7411FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7411FA; }

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

 H1.HeaderClassName
 {
   color: #7411FA;
 }
 .AnyTagClassName
 {
   color: #7411FA;
 }
</style>

background-color css

<style>
 a { background-color: #7411FA; }

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

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

border-color css

<style>
 span { border-color: #7411FA; }

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

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