Html Css Color HEX #7301F9 Electric Indigo

📋 copy color: '#7301F9'

red 115 ◦ green 1 ◦ blue 249

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

Shades of Electric Indigo #7301F9

Tints of Electric Indigo #7301F9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 31.51%
G = 0.27%
B = 68.22%

CMYK

 C value IS 0.54

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7301F9 (or 0x7301F9) is known color: Electric Indigo. HEX triplet: 73, 01 and F9. RGB value is (115,1,249). Sum of RGB (Red+Green+Blue) = 115+1+249=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #7301F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7301F9 is #8CFE06. Grayscale: #3E3E3E. Windows color (decimal): -9240071 or 16318835. OLE color: 16318835.

HSL color Cylindrical-coordinate representation of color #7301F9: hue angle of 267.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7301F9 is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 1 249 -
CMYK 0.54 1.00 0 0.02
HSL 267.58º 0.99% 0.49% -
HSV(B) 267.58º 1% 0.98% -
XYZ 24.18 10.51 90.38 -
YUV 63.36 232.77 164.83 -
System Red Green Blue C M Y K H S L
Decimal 115 1 249 0.54 1.00 0 0.02 267.58 0.99 0.49
Hex 73 1 F9 36 64 0 2 10C 63 31
Octal 163 1 371 66 144 0 2 414 143 61
Binary 1110011 1 11111001 110110 1100100 0 10 100001100 1100011 110001

Color Harmonies of #7301F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7301F9

Black with #7301F9

Text Example


Text Example

White with #7301F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7301F9; }

 p { color: rgb(115,1,249); }

 H1.HeaderClassName
 {
   color: #7301F9;
 }
 .AnyTagClassName
 {
   color: #7301F9;
 }
</style>

background-color css

<style>
 a { background-color: #7301F9; }

 a { background-color: rgb(115,1,249); }

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

border-color css

<style>
 span { border-color: #7301F9; }

 span { border-color: rgb(115,1,249); }

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