Html Css Color HEX #7311E4 Electric Indigo

📋 copy color: '#7311E4'

red 115 ◦ green 17 ◦ blue 228

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

Shades of Electric Indigo #7311E4

Tints of Electric Indigo #7311E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 63.33%

R = 31.94%
G = 4.72%
B = 63.33%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7311E4 (or 0x7311E4) is known color: Electric Indigo. HEX triplet: 73, 11 and E4. RGB value is (115,17,228). Sum of RGB (Red+Green+Blue) = 115+17+228=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 228 (89.45% from 255 or 63.33% from 360); Max value from RGB is 228 - color contains mainly: blue. Hex color #7311E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7311E4 is #8CEE1B. Grayscale: #454545. Windows color (decimal): -9235996 or 14946675. OLE color: 14946675.

HSL color Cylindrical-coordinate representation of color #7311E4: hue angle of 267.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7311E4 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 115 17 228 -
CMYK 0.50 0.93 0 0.11
HSL 267.87º 0.86% 0.48% -
HSV(B) 267.87º 0.93% 0.89% -
XYZ 21.27 9.65 74.14 -
YUV 70.36 216.97 159.84 -
System Red Green Blue C M Y K H S L
Decimal 115 17 228 0.50 0.93 0 0.11 267.87 0.86 0.48
Hex 73 11 E4 32 5D 0 B 10C 56 30
Octal 163 21 344 62 135 0 13 414 126 60
Binary 1110011 10001 11100100 110010 1011101 0 1011 100001100 1010110 110000

Color Harmonies of #7311E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7311E4

Black with #7311E4

Text Example


Text Example

White with #7311E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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