Html Css Color HEX #7306FE Electric Indigo

📋 copy color: '#7306FE'

red 115 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #7306FE

Tints of Electric Indigo #7306FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 30.67%
G = 1.6%
B = 67.73%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7306FE (or 0x7306FE) is known color: Electric Indigo. HEX triplet: 73, 06 and FE. RGB value is (115,6,254). Sum of RGB (Red+Green+Blue) = 115+6+254=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #7306FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7306FE is #8CF901. Grayscale: #414141. Windows color (decimal): -9238786 or 16647795. OLE color: 16647795.

HSL color Cylindrical-coordinate representation of color #7306FE: hue angle of 266.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7306FE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 6 254 -
CMYK 0.55 0.98 0 0.00
HSL 266.37º 0.99% 0.51% -
HSV(B) 266.37º 0.98% 1% -
XYZ 25.02 10.93 94.56 -
YUV 66.86 233.61 162.33 -
System Red Green Blue C M Y K H S L
Decimal 115 6 254 0.55 0.98 0 0.00 266.37 0.99 0.51
Hex 73 6 FE 37 62 0 0 10A 63 33
Octal 163 6 376 67 142 0 0 412 143 63
Binary 1110011 110 11111110 110111 1100010 0 0 100001010 1100011 110011

Color Harmonies of #7306FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7306FE

Black with #7306FE

Text Example


Text Example

White with #7306FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7306FE; }

 p { color: rgb(115,6,254); }

 H1.HeaderClassName
 {
   color: #7306FE;
 }
 .AnyTagClassName
 {
   color: #7306FE;
 }
</style>

background-color css

<style>
 a { background-color: #7306FE; }

 a { background-color: rgb(115,6,254); }

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

border-color css

<style>
 span { border-color: #7306FE; }

 span { border-color: rgb(115,6,254); }

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