Html Css Color HEX #7300F1 Electric Indigo

📋 copy color: '#7300F1'

red 115 ◦ green 0 ◦ blue 241

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

Shades of Electric Indigo #7300F1

Tints of Electric Indigo #7300F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 241 (94.53% from 255) = 67.7%

R = 32.3%
G = 0%
B = 67.7%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7300F1 (or 0x7300F1) is known color: Electric Indigo. HEX triplet: 73, 00 and F1. RGB value is (115,0,241). Sum of RGB (Red+Green+Blue) = 115+0+241=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #7300F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7300F1 is #8CFF0E. Grayscale: #3D3D3D. Windows color (decimal): -9240335 or 15794291. OLE color: 15794291.

HSL color Cylindrical-coordinate representation of color #7300F1: hue angle of 268.63º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300F1 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 0 241 -
CMYK 0.52 1 0 0.05
HSL 268.63º 1% 0.47% -
HSV(B) 268.63º 1% 0.95% -
XYZ 22.95 10 83.94 -
YUV 61.86 229.1 165.9 -
System Red Green Blue C M Y K H S L
Decimal 115 0 241 0.52 1 0 0.05 268.63 1 0.47
Hex 73 0 F1 34 64 0 5 10D 64 2F
Octal 163 0 361 64 144 0 5 415 144 57
Binary 1110011 0 11110001 110100 1100100 0 101 100001101 1100100 101111

Color Harmonies of #7300F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7300F1

Black with #7300F1

Text Example


Text Example

White with #7300F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7300F1; }

 p { color: rgb(115,0,241); }

 H1.HeaderClassName
 {
   color: #7300F1;
 }
 .AnyTagClassName
 {
   color: #7300F1;
 }
</style>

background-color css

<style>
 a { background-color: #7300F1; }

 a { background-color: rgb(115,0,241); }

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

border-color css

<style>
 span { border-color: #7300F1; }

 span { border-color: rgb(115,0,241); }

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