Html Css Color HEX #7313FB Electric Indigo

📋 copy color: '#7313FB'

red 115 ◦ green 19 ◦ blue 251

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

Shades of Electric Indigo #7313FB

Tints of Electric Indigo #7313FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 29.87%
G = 4.94%
B = 65.19%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7313FB (or 0x7313FB) is known color: Electric Indigo. HEX triplet: 73, 13 and FB. RGB value is (115,19,251). Sum of RGB (Red+Green+Blue) = 115+19+251=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #7313FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7313FB is #8CEC04. Grayscale: #494949. Windows color (decimal): -9235461 or 16454515. OLE color: 16454515.

HSL color Cylindrical-coordinate representation of color #7313FB: hue angle of 264.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7313FB is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 19 251 -
CMYK 0.54 0.92 0 0.02
HSL 264.83º 0.97% 0.53% -
HSV(B) 264.83º 0.92% 0.98% -
XYZ 24.72 11.08 92.1 -
YUV 74.15 227.8 157.14 -
System Red Green Blue C M Y K H S L
Decimal 115 19 251 0.54 0.92 0 0.02 264.83 0.97 0.53
Hex 73 13 FB 36 5C 0 2 109 61 35
Octal 163 23 373 66 134 0 2 411 141 65
Binary 1110011 10011 11111011 110110 1011100 0 10 100001001 1100001 110101

Color Harmonies of #7313FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7313FB

Black with #7313FB

Text Example


Text Example

White with #7313FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7313FB; }

 p { color: rgb(115,19,251); }

 H1.HeaderClassName
 {
   color: #7313FB;
 }
 .AnyTagClassName
 {
   color: #7313FB;
 }
</style>

background-color css

<style>
 a { background-color: #7313FB; }

 a { background-color: rgb(115,19,251); }

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

border-color css

<style>
 span { border-color: #7313FB; }

 span { border-color: rgb(115,19,251); }

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