Html Css Color HEX #7311FA Electric Indigo

📋 copy color: '#7311FA'

red 115 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #7311FA

Tints of Electric Indigo #7311FA

RGB

 RED value IS 115 (45.31% from 255) = 30.1%

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

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

R = 30.1%
G = 4.45%
B = 65.45%

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

#7311FA (or 0x7311FA) is known color: Electric Indigo. HEX triplet: 73, 11 and FA. RGB value is (115,17,250). Sum of RGB (Red+Green+Blue) = 115+17+250=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #7311FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7311FA is #8CEE05. Grayscale: #484848. Windows color (decimal): -9235974 or 16388467. OLE color: 16388467.

HSL color Cylindrical-coordinate representation of color #7311FA: hue angle of 265.24º 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 #7311FA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 17 250 -
CMYK 0.54 0.93 0 0.02
HSL 265.24º 0.96% 0.52% -
HSV(B) 265.24º 0.93% 0.98% -
XYZ 24.53 10.95 91.26 -
YUV 72.86 227.97 158.05 -
System Red Green Blue C M Y K H S L
Decimal 115 17 250 0.54 0.93 0 0.02 265.24 0.96 0.52
Hex 73 11 FA 36 5D 0 2 109 60 34
Octal 163 21 372 66 135 0 2 411 140 64
Binary 1110011 10001 11111010 110110 1011101 0 10 100001001 1100000 110100

Color Harmonies of #7311FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7311FA

Black with #7311FA

Text Example


Text Example

White with #7311FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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