#7306FF

Color #7306FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7306FF

Tints of Electric Indigo #7306FF

Color information

#7306FF (or 0x7306FF) is unknown color: approx Electric Indigo. HEX triplet: 73, 06 and FF. RGB value is (115,6,255). Sum of RGB (Red+Green+Blue) = 115+6+255=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #7306FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7306FF is #8CF900. Grayscale: #424242. Windows color (decimal): -9238785 or 16713331. OLE color: 16713331.

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

Color convert

RGB1156255-
CMYK0.550.9800
HSL266.27º100%51.18%-
HSV(B)266.27º97.65%100%-
XYZ25.191195.4-
YUV66.98234.11162.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 6 (2.73% from 255) = 1.60%
BLUE value IS 255 (100% from 255) = 67.82%
R=30.59%
G=1.60%
B=67.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal11562550.550.9800266.2710051.18
Hex736FF37620010a6433
Octal1636377671420041214463
Binary1110011110111111111101111100010001000010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7306FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7306FF;
 }
 .AnyTagClassName
 {
   color: #7306FF;
 }
</style>
background-color css

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

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

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

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

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

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